No need to expose port outside developing
This commit is contained in:
parent
0146593fcb
commit
a94a7b7868
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ services:
|
||||||
|
|
||||||
signal-api:
|
signal-api:
|
||||||
build: "./signal-cli-rest-api/."
|
build: "./signal-cli-rest-api/."
|
||||||
ports:
|
|
||||||
- "8080:8080" #map docker port 8080 to host port 8080.
|
|
||||||
volumes:
|
volumes:
|
||||||
- "./signal-cli-rest-api/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-rest-api/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
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue