This commit is contained in:
2023-09-09 14:06:12 +02:00
parent ea042e55a6
commit 3188cd28da

View File

@@ -1,6 +1,13 @@
version: "3.8" version: "3.8"
services: services:
web:
container_name: mc-web
image: nginx
volumes:
- ./web:/usr/share/nginx/html
ports:
- "9000:80"
mc: mc:
image: itzg/minecraft-server image: itzg/minecraft-server
tty: true tty: true
@@ -12,7 +19,7 @@ services:
environment: environment:
OVERRIDE_SERVER_PROPERTIES: "TRUE" OVERRIDE_SERVER_PROPERTIES: "TRUE"
EULA: "TRUE" EULA: "TRUE"
PACKWIZ_URL: http://patatapack.oier.ovh:8080/pack.toml PACKWIZ_URL: http://patatapack.oier.ovh:9000/pack.toml
TYPE: FORGE TYPE: FORGE
VERSION: 1.20.1 VERSION: 1.20.1
FORGE_VERSION: 47.1.47 FORGE_VERSION: 47.1.47