mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 00:32:06 +00:00
43597 → 43598
This commit is contained in:
@@ -26,7 +26,7 @@ public class ClientSettings {
|
|||||||
* The Servers World
|
* The Servers World
|
||||||
* This Determines The Port The Server Will Connect On
|
* This Determines The Port The Server Will Connect On
|
||||||
* World 1 Will Connect On Port 43594
|
* World 1 Will Connect On Port 43594
|
||||||
* World 2 Will Connect On Port 43597
|
* World 2 Will Connect On Port 43598
|
||||||
*/
|
*/
|
||||||
public static int SERVER_WORLD = 1;
|
public static int SERVER_WORLD = 1;
|
||||||
/**
|
/**
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./2006Scape Server:/usr/src/server
|
- ./2006Scape Server:/usr/src/server
|
||||||
working_dir: /usr/src/server
|
working_dir: /usr/src/server
|
||||||
ports: # You will need to open other ports if your world ID is not 1 (43597 for world 2)
|
ports: # You will need to open other ports if your world ID is not 1 (43598 for world 2)
|
||||||
- 43594:43594 # Server
|
- 43594:43594 # Server
|
||||||
- 43595-43596:43595-43596 # File Server
|
- 43595-43596:43595-43596 # File Server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user