diff --git a/config/services.yaml b/config/services.yaml index b46ba6c..88c1972 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -14,7 +14,7 @@ href: http://deluge/ widget: type: deluge - url: http://192.168.1.100 + url: http://deluge password: 85934212 # webui password - Home: diff --git a/docker-compose.yaml b/docker-compose.yaml index 8d9cf8c..fc0f1c0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,9 +2,8 @@ services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage - ports: - - 3000:3000 volumes: - ./config:/app/config # Make sure your local config directory exists - ./assets/icons:/app/public/icons # Make sure your local config directory exists - - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations \ No newline at end of file + - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations + network_mode: "host" \ No newline at end of file