mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-22 14:04:28 +00:00
run dos2unix on docker-compose.yml
This commit is contained in:
parent
4567210688
commit
7dfb69000e
@ -1,11 +1,11 @@
|
||||
version: "3"
|
||||
services:
|
||||
signal-cli-rest-api:
|
||||
build: "."
|
||||
environment:
|
||||
- USE_NATIVE=1
|
||||
- PORT=8080
|
||||
ports:
|
||||
- "8080:8080" #map docker port 8080 to host port 8080.
|
||||
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
|
||||
version: "3"
|
||||
services:
|
||||
signal-cli-rest-api:
|
||||
build: "."
|
||||
environment:
|
||||
- USE_NATIVE=1
|
||||
- PORT=8080
|
||||
ports:
|
||||
- "8080:8080" #map docker port 8080 to host port 8080.
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user