diff --git a/Dashboard_Containers/homepage/compose.yaml b/Dashboard_Containers/homepage/compose.yaml index bb71e0f..cddf678 100644 --- a/Dashboard_Containers/homepage/compose.yaml +++ b/Dashboard_Containers/homepage/compose.yaml @@ -6,12 +6,11 @@ services: HOMEPAGE_ALLOWED_HOSTS: ${SERVICE_NAME}.${DOMAIN_NAME} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 # optional, your user id PGID: 1000 # optional, your group id - ports: - - 3300:3000 + #ports: + # - 3300:3000 volumes: - /srv/docker/homepage/config:/app/config # Make sure your local config directory exists - ./config/:/app/config/ - #- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations restart: unless-stopped networks: - traefik_network