Homelab
Contents Files
yaml

docker-compose.yml

382 B 15 lines Modified View on GitHub Download
yaml
services:  bluemap:    container_name: bluemap    image: ghcr.io/bluemap-minecraft/bluemap:latest    restart: always    command: -r -w    ports:      - "8100:8100"    volumes:      - './config:/app/config'      - 'WORLD_FOLDER_PATH:/app/world'      - 'NETHER_FOLDER_PATH:/app/nether'      - 'END_FOLDER_PATH:/app/end'      - './data:/app/data'      - './web:/app/web'