This commit is contained in:
2025-01-24 18:02:20 +03:00
parent 32304cc806
commit 2ead026265
67 changed files with 10672 additions and 4 deletions
+8 -2
View File
@@ -1,7 +1,7 @@
#version: '3.7'
services:
php-apache:
container_name: php-apache
php-apache2:
container_name: php-apache2
user: www-data:www-data
build:
context: ./php
@@ -36,3 +36,9 @@ services:
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD}
ports:
- 8080:80
#sudo chmod -R 777 /home/andrey/docker_pap/app
#composer create-project laravel/laravel .
#composer require barryvdh/laravel-debugbar --dev