fix docker compose error

This commit is contained in:
2024-05-29 16:56:09 +01:00
parent 45156ff6c1
commit e8786b409e

View File

@@ -1,7 +1,7 @@
version: "3"
services:
app:
image: eclipse-mosquitto:latest
image: eclipse-mosquitto:latest
ports:
- '1883:1883'
- '8883:8883'
@@ -13,6 +13,5 @@ services:
restart: unless-stopped
volumes:
data:
curl -sSL https://get.docker.com/ | sh
config: