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 f3e2314 commit 861282bCopy full SHA for 861282b
docker-compose.yaml
@@ -21,9 +21,9 @@ services:
21
- secured-signal-api
22
environment:
23
API__URL: http://signal-api:8080
24
- VARIABLES__RECIPIENTS: 000,001,002
+ VARIABLES__RECIPIENTS: '[000,001,002]'
25
VARIABLES__NUMBER: 123456789
26
- API__TOKENS: LOOOOOONG_STRING
+ API__TOKENS: '[LOOOOOONG_STRING]'
27
ports:
28
- "8880:8880"
29
restart: unless-stopped
0 commit comments