Skip to content

Commit 32ca899

Browse files
committed
📝 Corrects volume path in compose (gchq#601)
1 parent a784a2f commit 32ca899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
container_name: Dashy
9090
# Pass in your config file below, by specifying the path on your host machine
9191
# volumes:
92-
# - /root/my-config.yml:/public/conf.yml
92+
# - /root/my-config.yml:/app/public/conf.yml
9393
ports:
9494
- 4000:80
9595
# Set any environmental variables

0 commit comments

Comments
 (0)