Skip to content

Commit

Permalink
Merge pull request #1814 from fersingb/fersingb-fix-ports
Browse files Browse the repository at this point in the history
Don't expose ports unnecessarily
  • Loading branch information
mattkasun authored Dec 13, 2022
2 parents 527b342 + a41d63d commit 72526eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,10 @@ services:
- /root/wait.sh:/mosquitto/config/wait.sh
- mosquitto_data:/mosquitto/data
- mosquitto_logs:/mosquitto/log
ports:
- "1883:1883"
- "8883:8883"
volumes:
caddy_data: {}
caddy_conf: {}
sqldata: {}
dnsconfig: {}
mosquitto_data: {}
mosquitto_logs: {}
mosquitto_logs: {}

0 comments on commit 72526eb

Please sign in to comment.