add two more
This commit is contained in:
parent
39a05a8f76
commit
c70878613b
|
|
@ -38,9 +38,12 @@ services:
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
php:
|
php:
|
||||||
image: browser-sec-lab-php:latest
|
image: browser-sec-lab-php:latest
|
||||||
|
container_name: sec_lab_php
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/php/Dockerfile
|
dockerfile: ./docker/php/Dockerfile
|
||||||
|
volumes:
|
||||||
|
- ./:/var/www/html
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- lab_net
|
- lab_net
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user