Update minecraft.yml

This commit is contained in:
Atridad Lahiji 2024-08-04 10:13:26 -06:00 committed by GitHub
parent 133705eaf5
commit 6de7a78dcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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