mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-27 14:54:14 +00:00
added dbus env variable to docker-compose
This commit is contained in:
parent
2557214bd4
commit
5be9bd4d6f
@ -1,6 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
signal-cli-rest-api:
|
||||
environment:
|
||||
- USE_DBUS=true
|
||||
build: "."
|
||||
ports:
|
||||
- "8080:8080" #map docker port 8080 to host port 8080.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user