Skip to content

Commit bff8ec1

Browse files
committed
updated compose files
1 parent 40a5d0d commit bff8ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
environment:
2424
SIGNAL_API_URL: http://signal-api:8080
2525
DEFAULT_RECIPIENTS: '[ "000", "001", "002" ]'
26-
SENDER: 123456789
26+
NUMBER: 123456789
2727
API_TOKEN: LOOOOOONG_STRING
2828
ports:
2929
- "8880:8880"

examples/traefik.docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
environment:
1212
SIGNAL_API_URL: http://signal-api:8080
1313
DEFAULT_RECIPIENTS: '[ "000", "001", "002" ]'
14-
SENDER: 123456789
14+
NUMBER: 123456789
1515
API_TOKEN: LOOOOOONG_STRING
1616
labels:
1717
- traefik.enable=true

0 commit comments

Comments
 (0)