Skip to content

Commit 4de2991

Browse files
authored
Update traefik.docker-compose.yaml
1 parent 7e5af71 commit 4de2991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/traefik.docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ services:
55
environment:
66
API__URL: http://signal-api:8080
77
SETTINGS__VARIABLES__RECIPIENTS:
8-
["+123400002", "+123400003", "+123400004"]
8+
'[+123400002,+123400003,+123400004]'
99
SETTINGS__VARIABLES__NUMBER: "+123400001"
10-
API__TOKENS: [LOOOOOONG_STRING]
10+
API__TOKENS: '[LOOOOOONG_STRING]'
1111
labels:
1212
- traefik.enable=true
1313
- traefik.http.routers.signal-api.rule=Host(`signal-api.mydomain.com`)

0 commit comments

Comments
 (0)