add two more

This commit is contained in:
mcoder 2026-07-04 19:38:29 +03:30
parent 39a05a8f76
commit c70878613b

View File

@ -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