Rolled back the network stack

master
Meliurwen 4 years ago
parent 4c7f9a0a80
commit e18117d932
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      docker-compose.yml

@ -17,7 +17,6 @@ services:
- ${PHOLE_DNS1} - ${PHOLE_DNS1}
restart: unless-stopped restart: unless-stopped
networks: networks:
- default
- piholenetwork - piholenetwork
environment: environment:
TZ: ${TZ} TZ: ${TZ}
@ -60,7 +59,6 @@ services:
ports: ports:
- "${OGEN_PORT}:${OGEN_PORT}/${OGEN_PROTOCOL}" - "${OGEN_PORT}:${OGEN_PORT}/${OGEN_PROTOCOL}"
networks: networks:
- default
- piholenetwork - piholenetwork
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
@ -73,6 +71,4 @@ services:
DNS1: ${OGEN_DNS1} # Add an IPv4 Address or a container name DNS1: ${OGEN_DNS1} # Add an IPv4 Address or a container name
networks: networks:
default:
piholenetwork: piholenetwork:
internal: true

Loading…
Cancel
Save