Mount volume for compose setup

This commit is contained in:
Luke Murphy
2020-06-30 21:03:46 +02:00
parent 06a315bc3d
commit f3f4aa577d

View File

@ -6,3 +6,5 @@ services:
build: ./
ports:
- "5000:5000"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"