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
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue