version: '3.7' services: minecraft: image: magmise/minecraft container_name: minecraft restart: unless-stopped environment: MAX_MEM: 1G ports: - 25565:25565 volumes: - ./server/:/server stdin_open: true tty: true