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.
2 parents f0ae36e + 7ec739c commit e4abbcbCopy full SHA for e4abbcb
examples/traefik.docker-compose.yaml
@@ -4,7 +4,8 @@ services:
4
container_name: secured-signal
5
environment:
6
API__URL: http://signal-api:8080
7
- SETTINGS__VARIABLES__RECIPIENTS: ["+123400002", "+123400003", "+123400004"]
+ SETTINGS__VARIABLES__RECIPIENTS:
8
+ ["+123400002", "+123400003", "+123400004"]
9
SETTINGS__VARIABLES__NUMBER: "+123400001"
10
API__TOKENS: [LOOOOOONG_STRING]
11
labels:
0 commit comments