diff --git a/home/dot_config/docker/templates/dashy.docker-stack.yml.tmpl b/home/dot_config/docker/templates/dashy.docker-stack.yml.tmpl index d16f0d88..c74572bd 100644 --- a/home/dot_config/docker/templates/dashy.docker-stack.yml.tmpl +++ b/home/dot_config/docker/templates/dashy.docker-stack.yml.tmpl @@ -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