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