Expose container to host tailscale net
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s

This commit is contained in:
bdizen 2024-11-26 15:26:48 +02:00
parent 4bc205cb16
commit 3c3cf267b4
2 changed files with 3 additions and 4 deletions

View File

@ -14,7 +14,7 @@
href: http://deluge/
widget:
type: deluge
url: http://192.168.1.100
url: http://deluge
password: 85934212 # webui password
- Home:

View File

@ -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
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
network_mode: "host"