mount /var/run/docker.sock

This commit is contained in:
Moritz 2019-09-19 20:35:52 +02:00
parent 43a65a7b67
commit 2b254fc6b7

View file

@ -1,7 +1,9 @@
version: '3' version: '3'
services: services:
landingpage: dockerserviceminecraft:
build: . build: .
volumes:
- ./var/run/docker.sock:/var/run/docker.sock
command: npm start command: npm start
ports: ports:
- "3001:3001" - "3001:3001"