From 01ad604748a603aa5ca7bd6234625c8176ba680a Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Mon, 21 Sep 2020 20:29:55 +0200 Subject: [PATCH] Update HOMEASSISTANT.md --- doc/HOMEASSISTANT.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/HOMEASSISTANT.md b/doc/HOMEASSISTANT.md index 9f4d8da..61021b2 100644 --- a/doc/HOMEASSISTANT.md +++ b/doc/HOMEASSISTANT.md @@ -21,7 +21,6 @@ services: image: bbernhard/signal-cli-rest-api:latest ports: - "8080:8080" # map docker port 8080 to host port 8080. - network_mode: "host" 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 ```