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