Add docker-compose.yml

This commit is contained in:
JeremyStar™ 2024-01-25 23:19:06 +01:00
parent 2258a6bb5b
commit 2960d76ead
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
server

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: "3.8"
services:
webserver:
build: .
container_name: mcsd
restart: always
stop_grace_period: 10s
volumes:
- ./server:/data
ports:
- 25565:25565