remove quotes in compose array as it's (no longer?) supported syntax

addresses https://github.com/owntracks/docker-recorder/issues/96
This commit is contained in:
Jan-Piet Mens
2025-08-04 11:38:59 +02:00
parent e1a8b0a111
commit 9c270b5bd0
+2 -2
View File
@@ -44,8 +44,8 @@ services:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- OTR_USER="user"
- OTR_PASS="password"
- OTR_USER=user
- OTR_PASS=password
- OTR_HOST=mqtt.domain.com
- OTR_PORT=8883
- OTR_CAFILE=/config/ca.pem