Changed Structure to reflect actual use
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
vulnbox:
|
||||
build:
|
||||
context: ./vulnbox
|
||||
context: .
|
||||
dockerfile: DOCKERFILE
|
||||
volumes:
|
||||
- ./vulnbox/nginx:/etc/nginx/
|
||||
- ./nginx:/etc/nginx/
|
||||
- ./private/:/services-keys
|
||||
network_mode: host
|
||||
entrypoint: entry.sh
|
||||
Reference in New Issue
Block a user