This commit is contained in:
mcoder 2026-04-14 17:17:37 +03:30
parent 40f506d209
commit 76d7a615c1

View File

@ -7,7 +7,7 @@ services:
- "58690:80" - "58690:80"
volumes: volumes:
- ./:/var/www/html:ro - ./:/var/www/html:ro
- ./docker/nginx/victim.conf:/etc/nginx/conf.d/default.conf:ro - ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on: depends_on:
- php - php
networks: networks: