revert docker-compose.yml

This commit is contained in:
René Filip
2021-11-06 01:15:02 +01:00
parent cfcbe43c4b
commit 690271c37f

View File

@@ -1,11 +1,9 @@
version: "3"
services:
signal-cli-rest-api:
#image: bbernhard/signal-cli-rest-api:latest
build: .
image: bbernhard/signal-cli-rest-api:latest
environment:
# - MODE=normal #supported modes: json-rpc, native, normal
- MODE=json-rpc #supported modes: json-rpc, native, normal
- 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.