docker compose v3 clean

Signed-off-by: Greg Stencel <greg.stencel@anthesisgroup.com>
This commit is contained in:
Greg Stencel 2019-04-30 09:57:55 +01:00
parent 7affb6f3eb
commit d260d794b4

View file

@ -1,13 +1,14 @@
version: '3'
# use image if you have a dedicated build step:
# # docker build --rm -t docker-bench-security .
# # image: docker-bench-security
#
# # use build path to Dockerfile if docker-compose should build the image
services:
docker-bench-security:
#image: docker-bench-security
build: .
#container_name: web
#ports:
# - "8899:8000"
volumes:
- /var/lib:/var/lib
- /var/run/docker.sock:/var/run/docker.sock