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/
|
href: http://deluge/
|
||||||
widget:
|
widget:
|
||||||
type: deluge
|
type: deluge
|
||||||
url: http://192.168.1.100
|
url: http://deluge
|
||||||
password: 85934212 # webui password
|
password: 85934212 # webui password
|
||||||
|
|
||||||
- Home:
|
- Home:
|
||||||
|
|||||||
@ -2,9 +2,8 @@ services:
|
|||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config # Make sure your local config directory exists
|
- ./config:/app/config # Make sure your local config directory exists
|
||||||
- ./assets/icons:/app/public/icons # 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