Removing docker-compose port mappings

They are ignored when using host networking
This commit is contained in:
Chris 2021-02-08 23:46:32 -08:00
parent 7b41e2bf42
commit bff342a5d1

View file

@ -8,10 +8,10 @@ services:
hostname: pihole
domainname: pihole.local
ports:
- 8443:443/tcp
- 443/tcp
- 53/tcp
- 53/udp
- 8080:80/tcp
- 80/tcp
# - 22/tcp # Uncomment to enable SSH
environment:
ServerIP: ${ServerIP}