You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,18 @@ Notes:
53
53
54
54
Sample `docker-compose.yml`file:
55
55
56
-
```sh
56
+
```yaml
57
57
version: "3"
58
58
services:
59
59
signal-cli-rest-api:
60
60
image: bbernhard/signal-cli-rest-api:latest
61
-
environment:
62
-
- MODE=normal #supported modes: json-rpc, native, normal
61
+
environment:
62
+
- MODE=normal #supported modes: json-rpc, native, normal
63
63
#- AUTO_RECEIVE_SCHEDULE=0 22 * * * #enable this parameter on demand (see description below)
64
-
ports:
64
+
ports:
65
65
- "8080:8080"#map docker port 8080 to host port 8080.
66
66
volumes:
67
67
- "./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
0 commit comments