Mount volume for compose setup

This commit is contained in:
Luke Murphy 2020-06-30 21:03:46 +02:00
parent 06a315bc3d
commit f3f4aa577d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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