mount /var/run/docker.sock
This commit is contained in:
parent
43a65a7b67
commit
2b254fc6b7
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
Loading…
Reference in a new issue