|
|
@ -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 |
|
|
|
|
|
|
|