Update file dashy.docker-stack.yml.tmpl

This commit is contained in:
Brian Zalewski 2023-02-16 02:33:38 +00:00
parent 8f6dee8687
commit 88a569918c

View file

@ -8,7 +8,7 @@ services:
container_name: Dashy container_name: Dashy
# Pass in your config file below, by specifying the path on your host machine # Pass in your config file below, by specifying the path on your host machine
volumes: volumes:
- /root/my-config.yml:{{ .user.home }}/config/dashy/conf.yml - /root/my-config.yml:{{ .host.home }}/config/dashy/conf.yml
ports: ports:
- 4000:80 - 4000:80
# Set any environmental variables # Set any environmental variables