File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 10104 . Run ` java -jar worldlinkd.jar `
1111 (if you installed other java versions before, make sure this java command points to Java 21)
1212
13- ## Option 2: Using Docker
13+ ## Option 2: Using Docker Compose
1414
15151 . Install [ Docker] ( https://docs.docker.com/get-docker/ )
16162 . Clone / download this repository
17173 . Open command prompt in this folder
18184 . Run ` docker compose up `
19+
20+ ## Option 3: Using Docker Run
21+
22+ 1 . Install [ Docker] ( https://docs.docker.com/get-docker/ )
23+ 2 . Run ` docker run -d --name worldlinkd --restart unless-stopped -p 20100:20100 -p 20101:20101 aquadx/worldlinkd `
24+
25+ ## Setting Up Reverse Proxy
26+
27+ If you want HTTPS, you can use a reverse proxy like Caddy. Below is an example Caddyfile:
28+
29+ ``` caddy
30+ worldlinkd.example.com {
31+ reverse_proxy localhost:20100
32+ }
33+ ```
You can’t perform that action at this time.
0 commit comments