How do i get to the config file? #1446
-
I don't know if this is a stupid question, but the config file is supposed to be saved in the docker container at /public/conf.yml right? I didn't have any volume bind set up and i can't seem to sudo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi
I highly suggest you add that bind volume, otherwise if you recreate the container your config will ge gone The problem you are facing is that this docker image has no bash installed, |
Beta Was this translation helpful? Give feedback.
Hi
Looking at the guide: https://dashy.to/docs/deployment
I highly suggest you add that bind volume, otherwise if you recreate the container your config will ge gone
The problem you are facing is that this docker image has no bash installed,
sudo docker exec -it Dashy /bin/sh
should work :)