fix(traefik): Move extra_hosts over to tailscale
Some checks failed
/ validate-docker-compose (push) Has been cancelled
Some checks failed
/ validate-docker-compose (push) Has been cancelled
This commit is contained in:
parent
8051ea33e3
commit
4db5c27755
@ -19,8 +19,8 @@ services:
|
|||||||
# - "443:443"
|
# - "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
extra_hosts:
|
# extra_hosts: # Remove this section
|
||||||
- host.docker.internal:172.17.0.1
|
# - host.docker.internal:172.17.0.1
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "traefik", "healthcheck", "--ping"]
|
test: ["CMD", "traefik", "healthcheck", "--ping"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -515,6 +515,8 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
|
extra_hosts: # Add this section
|
||||||
|
- host.docker.internal:172.17.0.1
|
||||||
restart: always
|
restart: always
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user