Update HOMEASSISTANT.md

This commit is contained in:
Bernhard B
2020-09-21 20:29:55 +02:00
committed by GitHub
parent 9d7f365497
commit 01ad604748

View File

@@ -21,7 +21,6 @@ services:
image: bbernhard/signal-cli-rest-api:latest 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"
volumes: volumes:
- "./signal-cli-config:/home/.local/share/signal-cli" # map "signal-cli-config" folder on host system into docker container. the folder contains the password and cryptographic keys when a new number is registered - "./signal-cli-config:/home/.local/share/signal-cli" # map "signal-cli-config" folder on host system into docker container. the folder contains the password and cryptographic keys when a new number is registered
``` ```