Replies: 1 comment
-
you changed the paths, in your case the path would be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey so I got NPM plus up and running with just NPM to migrate over from the old baudneo/crowdsec image that never really worked. I am hosting in proxmox inside a container. To test getting crowdsec up I cloned the working npm container and started following the guide for crowdsec.
I know just enough about docker to get myself in trouble and obviously did here by editing the compose yaml in a way that crowdsec cannot handle, but I dont really understand why.
The only changes I made to the stock config are the normally edited env varables and the volume mounts. Again I am pretty sure the volume mounts have broken crowdsec, but I am not sure why. For most of my other contaienrs, I like to mount any data volumes to the same location that has the compose.yaml. This is so I can easily back up those data files, check logs etc etc. Like I said I am not great a docker.
Anyway, below are the logs, right at the end crowdsec complains about no matching files. (probably because I changed the volume mounts)
I also noticed after running the
5. run docker exec crowdsec cscli bouncers add npmplus -o raw and save the output
that there was no file at/opt/npmplus/crowdsec/crowdsec.conf
so that has me confused as well.Thanks in advance if anyone is able to help!
Logs hidden here
compose.yaml
./crowdsec/opt/crowdsec/conf/acquis.d$ cat npmplus.yaml
Beta Was this translation helpful? Give feedback.
All reactions