Create docker-compose.yml

Missing `restart: unless-stopped` inside docker-compose file
This commit is contained in:
wasalm 2022-10-05 20:48:49 +01:00 committed by GitHub
parent beecc46a34
commit f3ecef5abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ services:
mosquitto:
image: eclipse-mosquitto:2
restart: unless-stopped
ports:
- 1883:1883
volumes: