Update minecraft.yml
This commit is contained in:
parent
133705eaf5
commit
6de7a78dcb
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
services:
|
||||
mc:
|
||||
server:
|
||||
image: itzg/minecraft-server
|
||||
container_name: paper
|
||||
environment:
|
||||
EULA: "true"
|
||||
TYPE: $TYPE
|
||||
|
@ -15,5 +14,5 @@ services:
|
|||
ports:
|
||||
- "${PORT}:25565"
|
||||
volumes:
|
||||
- ${VOLUME}/volumes/himbomc:/data
|
||||
- ${VOLUME}:/data
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue