This commit is contained in:
2026-04-20 19:49:29 +02:00
parent d4bf0f044a
commit 93cc0f7bd7

View File

@@ -19,16 +19,16 @@ services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
network_mode: host # network_mode: host
# ports: ports:
# - "3004:3000" - "3004:3000"
volumes: volumes:
- /srv/docker/daten/homepage:/app/config - /srv/docker/daten/homepage:/app/config
- /srv/docker/daten/homepage/icons:/app/public/icons - /srv/docker/daten/homepage/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
- PORT=8080 # - PORT=8080
# - NODE_TLS_REJECT_UNAUTHORIZED=0 - NODE_TLS_REJECT_UNAUTHORIZED=0
- HOMEPAGE_ALLOWED_HOSTS=192.168.178.204:8080,192.168.178.204,localhost:8080,localhost,127.0.0.1 # - HOMEPAGE_ALLOWED_HOSTS=192.168.178.204:8080,192.168.178.204,localhost:8080,localhost,127.0.0.1
# - HOMEPAGE_ALLOWED_HOSTS=192.168.178.204,192.168.178.204:3004,localhost,127.0.0.1 # - HOMEPAGE_ALLOWED_HOSTS=192.168.178.204,192.168.178.204:3004,localhost,127.0.0.1
restart: unless-stopped restart: unless-stopped