base web
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user