Removed Minecraft directory.
This commit is contained in:
parent
fb5231caff
commit
43fec5ac1e
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
services:
|
||||
minecraft:
|
||||
image: itzg/minecraft-server:latest
|
||||
container_name: minecraft
|
||||
restart: always
|
||||
environment:
|
||||
VERSION: latest
|
||||
EULA: "TRUE"
|
||||
MEMORY: 2G
|
||||
ENABLE_COMMAND_BLOCK: "true"
|
||||
MOTD: "Fjeaj"
|
||||
OPS: |
|
||||
Viyurz
|
||||
ports:
|
||||
- "5432:25565"
|
||||
- "25565:25565"
|
||||
volumes:
|
||||
- minecraft:/data
|
||||
|
||||
volumes:
|
||||
minecraft:
|
||||
name: minecraft
|
||||
|
Loading…
Reference in a new issue