Skip to content

How do i get to the config file? #1446

Discussion options

You must be logged in to vote

Hi
Looking at the guide: https://dashy.to/docs/deployment

docker run -d \
  -p 8080:80 \
  -v ~/my-conf.yml:/app/public/conf.yml \
  --name my-dashboard \
  --restart=always \
  lissy93/dashy:latest

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 :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AyaanMAG
Comment options

Answer selected by AyaanMAG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants