|
|
|
@ -16,7 +16,7 @@ services:
|
|
|
|
|
- /path/to/config:/app/config # Make sure your local config directory exists
|
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
|
|
|
|
environment:
|
|
|
|
|
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev # required, may need port
|
|
|
|
|
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Running as non-root
|
|
|
|
@ -38,7 +38,7 @@ services:
|
|
|
|
|
- /path/to/config:/app/config # Make sure your local config directory exists
|
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
|
|
|
|
environment:
|
|
|
|
|
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev # required, may need port
|
|
|
|
|
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
|
|
|
|
PUID: $PUID
|
|
|
|
|
PGID: $PGID
|
|
|
|
|
```
|
|
|
|
|