init
This commit is contained in:
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
mc:
|
||||
build: .
|
||||
image: ducoterra/minecraft_1.15.1:0.0.3
|
||||
ports:
|
||||
- 25565:25565
|
||||
volumes:
|
||||
- ./data:/mc_data
|
||||
tty: true
|
||||
stdin_open: true
|
||||
restart: always
|
||||
Reference in New Issue
Block a user