Skip to content

Commit b8fef25

Browse files
Update docker-run.md
1 parent 619d7cf commit b8fef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/homer/docker-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ logo: null # Optional - provide URL to logo if available, 1:1 format only
1010
docker run -d \
1111
--name homer \
1212
-p 8080:8080 \
13-
--mount type=bind,source="/path/to/config/dir",target=/www/assets \
13+
-v ./homer-assets:/www/assets \
1414
--restart=unless-stopped \
1515
b4bz/homer:latest
1616
```

0 commit comments

Comments
 (0)