We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c1c27 commit 081dfcaCopy full SHA for 081dfca
docker-compose.yaml
@@ -18,9 +18,9 @@ services:
18
environment:
19
API__URL: http://signal-api:8080
20
SETTINGS__VARIABLES__RECIPIENTS:
21
- ["+123400002", "+123400003", "+123400004"]
+ '[+123400002, +123400003, +123400004]'
22
SETTINGS__VARIABLES__NUMBER: "+123400001"
23
- API__TOKENS: [LOOOOOONG_STRING]
+ API__TOKENS: '[LOOOOOONG_STRING]'
24
ports:
25
- "8880:8880"
26
restart: unless-stopped
0 commit comments