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 081dfca commit e20495bCopy full SHA for e20495b
README.md
@@ -66,9 +66,9 @@ services:
66
environment:
67
API__URL: http://signal-api:8080
68
SETTINGS__VARIABLES__RECIPIENTS:
69
- ["+123400002", "+123400003", "+123400004"]
+ '[+123400002, +123400003, +123400004]'
70
SETTINGS__VARIABLES__NUMBER: "+123400001"
71
- API__TOKENS: [LOOOOOONG_STRING]
+ API__TOKENS: '[LOOOOOONG_STRING]'
72
ports:
73
- "8880:8880"
74
restart: unless-stopped
0 commit comments