first commit
All checks were successful
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Successful in 1m4s
All checks were successful
Lint, Build, Scan and Publish Docker Image / build-and-push (push) Successful in 1m4s
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
version: "3"
|
||||
services:
|
||||
minecraft:
|
||||
image: marctv/minecraft-papermc-server:latest
|
||||
restart: always
|
||||
container_name: "mcserver"
|
||||
environment:
|
||||
MEMORYSIZE: "1G"
|
||||
PAPERMC_FLAGS: ""
|
||||
volumes:
|
||||
- minecraftserver:/data
|
||||
ports:
|
||||
- "12000:25565/tcp"
|
||||
- "12000:25565/udp"
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
minecraftserver:
|
||||
Reference in New Issue
Block a user