EricJMarti / inventory-hunter

⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
MIT License
1.12k stars 263 forks source link

Added run script for CentOS #205

Closed dion-gionet closed 3 years ago

dion-gionet commented 3 years ago

https://github.com/EricJMarti/inventory-hunter/issues/198

Added script to run the bot as the current script doesn't work on CentOS 7 because of permission issues.

It appears that for centos (at least in my case) you need to run the command from the docker_run.bash manually and make some changes for permissions to work correctly. In my case for example I have to add :z at the end of the volume mounts. Ex. docker run -d --rm --entrypoint=/src/run.bash --name ps5 --network inventory_hunter -v /home/dockeruser/git/inventory-hunter/data/ps5:/data:z -v /home/dockeruser/git/inventory-hunter/log/ps5.txt:/log.txt:z -v /home/dockeruser/git/inventory-hunter/config/ps5.yaml:/src/config.yaml:z ericjmarti/inventory-hunter:latest --config /src/config.yaml --alerter discord --webhook YOURDISCORDWEBHOOK -v