fix(traefik): Move extra_hosts over to tailscale
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
Jose Daniel G. Percy 2025-04-25 11:22:58 +08:00
parent 8051ea33e3
commit 4db5c27755

View File

@ -19,8 +19,8 @@ services:
# - "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
extra_hosts:
- host.docker.internal:172.17.0.1
# extra_hosts: # Remove this section
# - host.docker.internal:172.17.0.1
healthcheck:
test: ["CMD", "traefik", "healthcheck", "--ping"]
interval: 30s
@ -515,6 +515,8 @@ services:
cap_add:
- NET_ADMIN
- NET_RAW
extra_hosts: # Add this section
- host.docker.internal:172.17.0.1
restart: always
command:
- /bin/sh