fix typo in compose.yaml

quote in environment won't be escaped
This commit is contained in:
hibobmaster 2023-05-30 10:47:28 +08:00
parent 95891a7fe7
commit 185ac58072
No known key found for this signature in database

View File

@ -32,8 +32,8 @@ services:
# container_name: pandora
# restart: unless-stopped
# environment:
# - PANDORA_ACCESS_TOKEN="xxxxxxxxxxxxxx"
# - PANDORA_SERVER="0.0.0.0:8008"
# - PANDORA_ACCESS_TOKEN=xxxxxxxxxxxxxx
# - PANDORA_SERVER=0.0.0.0:8008
# networks:
# - matrix_network