From 88a569918c823a3d90ecce85cf7dcbc6a895818b Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 16 Feb 2023 02:33:38 +0000 Subject: [PATCH] Update file dashy.docker-stack.yml.tmpl --- home/dot_config/docker/templates/dashy.docker-stack.yml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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