We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65fcae commit 42ac32fCopy full SHA for 42ac32f
docker-compose.yml
@@ -1,8 +1,9 @@
1
services:
2
worldlinkd:
3
- build: .
+# build: .
4
+ image: aquadx/worldlinkd
5
ports:
6
- "20100:20100"
7
- "20101:20101"
- restart: always
8
+ restart: unless-stopped
9
container_name: worldlinkd
mod/WorldLink.toml
@@ -8,7 +8,6 @@
# - euro: Europe (Amsterdam)
# - usw: US West (San Francisco)
10
# - use: US East (Toronto)
11
-# - cn: China (Beijing)
12
#
13
# NOTE: If you're playing with your friend, make sure you both use the same Lobby URL.
14
LobbyUrl="https://euro.link.aquadx.net"
0 commit comments