We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d7cf commit b8fef25Copy full SHA for b8fef25
commands/homer/docker-run.md
@@ -10,7 +10,7 @@ logo: null # Optional - provide URL to logo if available, 1:1 format only
10
docker run -d \
11
--name homer \
12
-p 8080:8080 \
13
- --mount type=bind,source="/path/to/config/dir",target=/www/assets \
+ -v ./homer-assets:/www/assets \
14
--restart=unless-stopped \
15
b4bz/homer:latest
16
```
0 commit comments