Update docker-compose.yml
All checks were successful
deploy / deploy (push) Successful in 1s

This commit is contained in:
2024-08-09 23:18:56 +00:00
parent 2a12211a70
commit ba5783bd20

View File

@@ -10,7 +10,10 @@ services:
- '8883:8883'
environment:
- TZ= Europe/Lisbon
- MOSQUITTO_CONFIG_CONTENT=${MOSQUITTO_CONFIG_CONTENT}
- |
MOSQUITTO_CONFIG_CONTENT=
listener ${LISTENER_PORT}
allow_anonymous ${ALLOW_ANONYMOUS}
volumes:
- data:/mosquitto/data
restart: unless-stopped