1 Commits

Author SHA1 Message Date
zardzul 4f3fe4ed5a switch ports, use java 21
Deploy to Production / deploy-to-production (push) Successful in 24s
2026-02-20 18:10:44 +01:00
3 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
.env .env
world world
modpack modpack*
Dockerfile
+2 -2
View File
@@ -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
View File
@@ -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