chore: Update Docker configuration and app config

- Modified docker-compose.yml (port/environment changes)
- Updated config/app.php
- Added apache-vhost-windows.conf for Windows setup
This commit is contained in:
kirill.khorkov
2026-01-06 17:07:14 +03:00
parent a4092adf2e
commit 7f876b5c4a
3 changed files with 57 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
- "127.0.0.1:8881:80"
volumes:
- .:/var/www/html
- ./docker/apache/vhosts.conf:/etc/apache2/sites-available/000-default.conf