Skip to content

Commit 6fb6b8d

Browse files
committed
fix traefik compose file
1 parent be1f159 commit 6fb6b8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/traefik.docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ services:
44
container_name: secured-signal
55
environment:
66
API__URL: http://signal-api:8080
7-
SETTINGS__VARIABLES__RECIPIENTS: ["123400002", "123400003", "123400004"]
7+
SETTINGS__VARIABLES__RECIPIENTS:
8+
["+123400002", "+123400003", "+123400004"]
89
SETTINGS__VARIABLES__NUMBER: "+123400001"
910
API__TOKENS: [LOOOOOONG_STRING]
1011
labels:

0 commit comments

Comments
 (0)