Skip to content

Commit b83cf20

Browse files
authored
Update traefik.docker-compose.yaml
1 parent 81eacb9 commit b83cf20

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
@@ -9,8 +9,8 @@ services:
99
- secured-signal-api
1010
environment:
1111
API__URL: http://signal-api:8080
12-
RECIPIENTS: 000,001,002
13-
NUMBER: 123456789
12+
VARIABLES__RECIPIENTS: 000,001,002
13+
VARIABLES__NUMBER: 123456789
1414
API__TOKENS: LOOOOOONG_STRING
1515
labels:
1616
- traefik.enable=true

0 commit comments

Comments
 (0)