Skip to content

Commit 081dfca

Browse files
authored
Update docker-compose.yaml
1 parent d9c1c27 commit 081dfca

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
@@ -18,9 +18,9 @@ services:
1818
environment:
1919
API__URL: http://signal-api:8080
2020
SETTINGS__VARIABLES__RECIPIENTS:
21-
["+123400002", "+123400003", "+123400004"]
21+
'[+123400002, +123400003, +123400004]'
2222
SETTINGS__VARIABLES__NUMBER: "+123400001"
23-
API__TOKENS: [LOOOOOONG_STRING]
23+
API__TOKENS: '[LOOOOOONG_STRING]'
2424
ports:
2525
- "8880:8880"
2626
restart: unless-stopped

0 commit comments

Comments
 (0)