Skip to content

Commit

Permalink
Removing docker-compose port mappings
Browse files Browse the repository at this point in the history
They are ignored when using host networking
  • Loading branch information
chriscrowe committed Feb 9, 2021
1 parent 7b41e2b commit bff342a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions one-container/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bff342a

Please sign in to comment.