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 861282b commit 8e64a6fCopy full SHA for 8e64a6f
README.md
@@ -30,9 +30,9 @@ services:
30
- secured-signal-api
31
environment:
32
API__URL: http://signal-api:8080
33
- VARIABLES__RECIPIENTS: 000,001,002
+ VARIABLES__RECIPIENTS: '[000,001,002]'
34
VARIABLES__NUMBER: 123456789
35
- API__TOKENS: LOOOOOONG_STRING
+ API__TOKENS: '[LOOOOOONG_STRING]'
36
ports:
37
- "8880:8880"
38
restart: unless-stopped
0 commit comments