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