Removing docker-compose port mappings
They are ignored when using host networking
This commit is contained in:
parent
7b41e2bf42
commit
bff342a5d1
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue