version: "3.8" services: mc: image: itzg/minecraft-server ports: - 25565:25565 environment: EULA: "TRUE" volumes: # attach the relative directory 'data' to the container's /data path - ./data:/data