diff --git a/compose.yaml b/compose.yaml index 01186a0..012b7c2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,7 +62,7 @@ services: - /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 environment: - HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:8000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 PGID: 1000 networks: