Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 18:41:23 +00:00
parent 54351cdfa5
commit 7b99fa3670
+12 -1
View File
@@ -11,4 +11,15 @@ services:
volumes:
- /srv/docker/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped
restart: unless-stopped
networks:
- traefik
- socket_proxy
restart: unless-stopped
networks:
traefik:
name: traefik_network
driver: bridge
socket_proxy:
name: docker_socket_proxy
external: true