add two more
This commit is contained in:
parent
9a636f24ed
commit
d40e52d74b
|
|
@ -38,6 +38,7 @@ services:
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
php:
|
php:
|
||||||
container_name: sec_lab_php
|
container_name: sec_lab_php
|
||||||
|
image: browser-sec-lab-php:latest
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/php/Dockerfile
|
dockerfile: ./docker/php/Dockerfile
|
||||||
|
|
@ -49,6 +50,7 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/var/www/html:ro
|
- ./:/var/www/html:ro
|
||||||
|
- /vendor
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user