Remove exposed ports.
This commit is contained in:
parent
caf3d74b56
commit
ba91ca4e84
1 changed files with 0 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue