Update docker-compose.yml to comment out unnecessary extra_hosts entry

This commit is contained in:
2024-05-26 16:14:41 +08:00
parent 6110836eae
commit 2c39cc0ae3
+2 -2
View File
@@ -428,8 +428,8 @@ services:
- "${LOG_PATH:-./logs}:/logs"
- production_traefik:/etc/traefik/acme:z
- "/var/run/docker.sock:/var/run/docker.sock:ro"
extra_hosts:
- "host.docker.internal:host-gateway"
# extra_hosts:
# - "host.docker.internal:host-gateway"
ports:
- "80:80"
- "443:443"