Forward mqtt ports

This commit is contained in:
Marko Korhonen 2020-02-18 15:28:18 +02:00
parent fa47930847
commit 8ede115e38
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -60,7 +60,8 @@ services:
image: eclipse-mosquitto
environment:
- TZ=Europe/Helsinki
network_mode: host
ports:
- "1883:1883"
volumes:
- /docker/homeautomation/mosquitto:/mosquitto
- /etc/localtime:/etc/localtime:ro