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