Update OCTOPRINT.md

* set the json-rpc mode as default mode in the provided docker-compose.yml example
This commit is contained in:
Bernhard B
2021-10-19 17:51:06 +02:00
committed by GitHub
parent 6679a145fc
commit fddc163ef0

View File

@@ -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: