mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-24 14:24:15 +00:00
Update OCTOPRINT.md
* set the json-rpc mode as default mode in the provided docker-compose.yml example
This commit is contained in:
parent
6679a145fc
commit
fddc163ef0
@ -16,6 +16,8 @@ version: "3"
|
||||
services:
|
||||
signal-cli-rest-api:
|
||||
image: bbernhard/signal-cli-rest-api:latest
|
||||
environment:
|
||||
- MODE=json-rpc #supported modes: json-rpc, native, normal
|
||||
ports:
|
||||
- "8080:8080" # map docker port 8080 to host port 8080.
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user