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

View File

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