mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-19 07:34:23 +01:00
updated docker-compose.yml and added json-rpc mode
This commit is contained in:
@@ -3,9 +3,8 @@ services:
|
||||
signal-cli-rest-api:
|
||||
image: bbernhard/signal-cli-rest-api:latest
|
||||
environment:
|
||||
- USE_NATIVE=0
|
||||
#- AUTO_RECEIVE_SCHEDULE=0 22 * * *
|
||||
- PORT=8080
|
||||
- MODE=normal #supported modes: json-rpc, native, normal
|
||||
#- AUTO_RECEIVE_SCHEDULE=0 22 * * * #enable this parameter on demand (see description below)
|
||||
ports:
|
||||
- "8080:8080" #map docker port 8080 to host port 8080.
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user