Update OCTOPRINT.md

fixed whitespacing error in docker-compose.yml example
This commit is contained in:
Bernhard B 2021-10-19 17:51:43 +02:00 committed by GitHub
parent fddc163ef0
commit dbab85d69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ services:
signal-cli-rest-api:
image: bbernhard/signal-cli-rest-api:latest
environment:
- MODE=json-rpc #supported modes: json-rpc, native, normal
- MODE=json-rpc #supported modes: json-rpc, native, normal
ports:
- "8080:8080" # map docker port 8080 to host port 8080.
volumes: