X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=945fa1f7192393e737126a5c534c6d44aa366f76;hb=4386cd094b4e7869a7fa5aad3a9df9cd1d282021;hp=33716f63607fcc9fa76aac5bb59f24ce34d70a87;hpb=86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/README.md b/README.md index 33716f6..945fa1f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,11 @@ See [documentation](docs/configuration.md) for information about the configurati To launch container: ```sh -docker run -p 8080:8080 -v /your/local/assets/:/www/assets b4bz/homer:latest +docker run -d \ + -p 8080:8080 \ + -v :/www/assets \ + --restart=always \ + b4bz/homer:latest ``` Default assets will be automatically installed in the `/www/assets` directory. Use `UID` and/or `GID` env var to change the assets owner (`docker run -e "UID=1000" -e "GID=1000" [...]`).