Mount volume for compose setup
This commit is contained in:
parent
06a315bc3d
commit
f3f4aa577d
@ -6,3 +6,5 @@ services:
|
||||
build: ./
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
|
Reference in New Issue
Block a user