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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,19 @@ The web interface will be available at http://127.0.0.1:4443
55
55
56
56

57
57
58
+
Running SimpleJadePinServer with Docker Compose
59
+
-----------------------------------------------
60
+
61
+
Instead of manually installing the dependencies, SimpleJadePinServer can be launched in a Docker container using the provided `docker-compose.yml` file:
62
+
63
+
```console
64
+
docker compose up
65
+
```
66
+
67
+
The web interface will be available at http://127.0.0.1:18080
68
+
69
+
Note that docker compose will start the server without TLS - use a reverse proxy like Caddy or NGINX if you need to serve from a non-localhost address.
0 commit comments