docs: updating AUTO_CURSEFORGE examples that no longer need /downloads (#2938)

This commit is contained in:
Geoff Bourne
2024-06-30 21:56:44 -05:00
committed by GitHub
parent c70f9c3fff
commit 14a8f903ae
8 changed files with 13 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
services:
mc:
image: itzg/minecraft-server:java8-multiarch
image: itzg/minecraft-server:java8
ports:
- "25565:25565"
environment:
@@ -43,7 +43,6 @@ services:
MEMORY: 4G
volumes:
- mc-data:/data
- ./downloads:/downloads
volumes:
mc-data: {}