Update README.md

This commit is contained in:
Bernhard B 2019-05-30 21:51:12 +02:00 committed by GitHub
parent 6a9df85ed5
commit 3ae2ba0cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Sample `docker-compose.yml`file:
version: "3"
services:
signal-cli-rest-api:
build: "."
image: bbernhard/signal-cli-rest-api:latest
ports:
- "8080:8080" #map docker port 8080 to host port 8080.
network_mode: "host"