Remove exposed ports.

This commit is contained in:
Diogo Carvalho
2024-10-18 14:50:11 +01:00
committed by GitHub
parent caf3d74b56
commit ba91ca4e84

View File

@@ -8,9 +8,6 @@ services:
mosquitto:
image: eclipse-mosquitto
restart: unless-stopped
ports:
- "1883:1883"
- "8883:8883"
environment:
- SERVICE_FQDN_MOSQUITTO
- MQTT_USERNAME=${MQTT_USERNAME}