fix typo in compose.yaml
quote in environment won't be escaped
This commit is contained in:
parent
95891a7fe7
commit
185ac58072
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ services:
|
||||||
# container_name: pandora
|
# container_name: pandora
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# environment:
|
# environment:
|
||||||
# - PANDORA_ACCESS_TOKEN="xxxxxxxxxxxxxx"
|
# - PANDORA_ACCESS_TOKEN=xxxxxxxxxxxxxx
|
||||||
# - PANDORA_SERVER="0.0.0.0:8008"
|
# - PANDORA_SERVER=0.0.0.0:8008
|
||||||
# networks:
|
# networks:
|
||||||
# - matrix_network
|
# - matrix_network
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue