Lowered required dc version for minecraft
parent
7e4bb004e0
commit
92094ff5fc
|
@ -1,4 +1,4 @@
|
||||||
version: '3.5'
|
version: '2.0'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: '3.5'
|
version: '2.0'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in New Issue