minecraftimage/docker-compose.yml

29 lines
590 B
YAML
Raw Normal View History

2020-10-13 08:21:37 +00:00
version: '3.7'
services:
minecraft:
2021-01-04 08:12:24 +00:00
image: magmise/minecraft
2020-10-13 08:21:37 +00:00
container_name: minecraft
restart: unless-stopped
environment:
MAX_MEM: 1G
ports:
- 25565:25565
volumes:
- /home/jimmy/misc/paper/:/server
stdin_open: true
tty: true
minecraft2:
2021-01-04 08:12:24 +00:00
image: magmise/minecraft
2020-10-13 08:21:37 +00:00
container_name: minecraft2
restart: unless-stopped
environment:
MAX_MEM: 1G
ports:
- 25566:25565
volumes:
- /home/jimmy/misc/paper2/:/server
stdin_open: true
tty: true