Refactor Dockerfile and nginxHandler.py

This commit is contained in:
Janis
2023-11-24 17:40:13 +01:00
parent 4160b51e22
commit b6ad4608cb
4 changed files with 12 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ networks:
- subnet: 172.20.0.0/16
services:
minecraft_server_auto_starter:
auto_starter:
build: .
ports:
- 25565:25565
@@ -30,7 +30,7 @@ services:
type: "PAPER"
EULA: "TRUE"
MOTD: "TEST1"
#! Dont change SERVER_PORT. Use PORT_IP_MAP in minecraft_server_auto_starter instead.
#! Dont change SERVER_PORT. Use PORT_IP_MAP in auto_starter instead.
#! SERVER_PORT default is "25565"
networks:
mc_network: