version: '3' services: dockerserviceminecraft: build: . volumes: - /var/run/docker.sock:/var/run/docker.sock command: npm start ports: - "3001:3001"