1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

bugfix: homer uses duplicate volume for config

This commit is contained in:
TiynGER 2021-04-24 14:53:34 +02:00
parent 76433e874b
commit 89966e998a

View File

@ -29,7 +29,6 @@ docker pull b4bz/homer:latest
docker run --name homer \
--restart unless-stopped \
-p 8080:8080 \
-v /root/docker/homer/config.yml:/www/config.yml \
-v homer:/www/assets \
-d b4bz/homer:latest
```