fix typo in compose.yaml
quote in environment won't be escaped
This commit is contained in:
parent
cd6133630e
commit
a5d88a104c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,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:
|
||||
# - mattermost_network
|
||||
|
||||
|
|
Loading…
Reference in a new issue