Update file dashy.docker-stack.yml.tmpl
This commit is contained in:
parent
8f6dee8687
commit
88a569918c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
container_name: Dashy
|
||||
# Pass in your config file below, by specifying the path on your host machine
|
||||
volumes:
|
||||
- /root/my-config.yml:{{ .user.home }}/config/dashy/conf.yml
|
||||
- /root/my-config.yml:{{ .host.home }}/config/dashy/conf.yml
|
||||
ports:
|
||||
- 4000:80
|
||||
# Set any environmental variables
|
||||
|
|
Loading…
Reference in a new issue