docs: fixed volumes typo in docker-compose-paper.yml example (#1928)

This commit is contained in:
Geoff Bourne
2023-01-26 09:24:36 -06:00
committed by GitHub
parent 906e6787ae
commit 2701fe5add

View File

@@ -5,15 +5,13 @@ services:
container_name: paper
environment:
EULA: "true"
ENABLE_RCON: "true"
TYPE: PAPER
VIEW_DISTANCE: 10
MEMORY: 2G
CONSOLE: "false"
ports:
- 25565:25565
- "25565:25565"
volumes:
- mc-paper:/data
restart: unless-stopped
volumes:
mc-paper:
mc-paper: {}