version: '2' services: minecraft: container_name: opsig_minecraft build: . volumes: - "./data:/minecraft" ports: - "25565:25565" stdin_open: true tty: true restart: always