Skip to content

Commit 861282b

Browse files
authored
Update docker-compose.yaml
1 parent f3e2314 commit 861282b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ services:
2121
- secured-signal-api
2222
environment:
2323
API__URL: http://signal-api:8080
24-
VARIABLES__RECIPIENTS: 000,001,002
24+
VARIABLES__RECIPIENTS: '[000,001,002]'
2525
VARIABLES__NUMBER: 123456789
26-
API__TOKENS: LOOOOOONG_STRING
26+
API__TOKENS: '[LOOOOOONG_STRING]'
2727
ports:
2828
- "8880:8880"
2929
restart: unless-stopped

0 commit comments

Comments
 (0)