[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
9d4ed91912
commit
a2e8ffc111
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ services:
|
||||||
- /app-config/homepage/:/app/config # Make sure your local config directory exists
|
- /app-config/homepage/:/app/config # Make sure your local config directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
|
||||||
environment:
|
environment:
|
||||||
HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de,10.3.1.100 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de,10.3.1.100:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue