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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user