Expose container to host tailscale net
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s
All checks were successful
Deploy Homepage / deploy (push) Successful in 2s
This commit is contained in:
parent
4bc205cb16
commit
3c3cf267b4
@ -14,7 +14,7 @@
|
||||
href: http://deluge/
|
||||
widget:
|
||||
type: deluge
|
||||
url: http://192.168.1.100
|
||||
url: http://deluge
|
||||
password: 85934212 # webui password
|
||||
|
||||
- Home:
|
||||
|
||||
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user