Lowered required dc version for minecraft

pull/10/head
Jef Roosens 2021-04-23 14:43:53 +02:00
parent 7e4bb004e0
commit 92094ff5fc
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version: '3.5' version: '2.0'
services: services:
app: app:
build: build:

View File

@ -1,4 +1,4 @@
version: '3.5' version: '2.0'
services: services:
app: app:
build: build:

View File

@ -1,4 +1,4 @@
version: '3.5' version: '2.0'
services: services:
app: app:
build: build:
@ -7,7 +7,7 @@ services:
- 'BASE_IMAGE' - 'BASE_IMAGE'
- 'MC_VERSION' - 'MC_VERSION'
- 'PAPERMC_VERSION' - 'PAPERMC_VERSION'
image: 'chewingbever/mc-papermc:${MC_VERSION}-${PAPERMC_VERSION}' image: 'localhost:5000/mc-papermc:${MC_VERSION}-${PAPERMC_VERSION}'
restart: 'always' restart: 'always'
# Needed to interact with server console # Needed to interact with server console