mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-06-20 13:49:08 +00:00
docker compose v3 clean
Signed-off-by: Greg Stencel <greg.stencel@anthesisgroup.com>
This commit is contained in:
parent
7affb6f3eb
commit
d260d794b4
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue