name: minecraft-pi-reborn services: server: build: context: . dockerfile: Dockerfile.server image: thebrokenrail/minecraft-pi-reborn-server networks: default: null ports: - mode: ingress target: 19132 published: "19132" protocol: udp volumes: - type: bind source: ./data target: /data bind: create_host_path: true networks: default: name: minecraft-pi-reborn_default