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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}