mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
Update docker-compose.yml to comment out unnecessary extra_hosts entry
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user