Handle packwiz bootstrap installer already being present (#1595)

This commit is contained in:
Geoff Bourne
2022-07-11 22:27:07 -05:00
committed by GitHub
parent 51f1a08f6e
commit e3a29180fd
8 changed files with 71 additions and 19 deletions
@@ -0,0 +1,21 @@
version: "3"
services:
web:
image: nginx
volumes:
- ./web:/usr/share/nginx/html
mc:
depends_on:
- web
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
SETUP_ONLY: "true"
PACKWIZ_URL: http://web/pack.toml
TYPE: CUSTOM
CUSTOM_SERVER: /servers/fake.jar
VERSION: 1.19
volumes:
- ./data:/data
- ./fake.jar:/servers/fake.jar