mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
Fixing docker-compose example volume path
The container root folder is not needed and causes directory unknown errors.
This commit is contained in:
parent
f39cdb5987
commit
40a56ceb58
@ -89,7 +89,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:/app/public/conf.yml
|
# - /root/my-config.yml:/public/conf.yml
|
||||||
ports:
|
ports:
|
||||||
- 4000:80
|
- 4000:80
|
||||||
# Set any environmental variables
|
# Set any environmental variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user