mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-08-26 10:37:17 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user