Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f3fe4ed5a |
+2
-1
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
world
|
world
|
||||||
modpack
|
modpack*
|
||||||
|
Dockerfile
|
||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# Use an official OpenJDK 17 image
|
# Use an official OpenJDK 21 image
|
||||||
FROM eclipse-temurin:17-jdk
|
FROM eclipse-temurin:21-jdk
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /server
|
WORKDIR /server
|
||||||
|
|||||||
+2
-2
@@ -5,6 +5,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./world:/server/world
|
- ./world:/server/world
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "5101:25565"
|
||||||
- "25575:25575"
|
- "5201:25575"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user