First step

This commit is contained in:
eroncero
2025-08-15 19:25:13 +02:00
parent bdf2ab2f48
commit 3ab3f2175e
575 changed files with 2 additions and 15101 deletions

View File

@@ -12,7 +12,6 @@ services:
restart: unless-stopped
hostname: nginx-srv
volumes:
- ./nginx-srv/etc/nginx/sites-available:/etc/nginx/sites-available # Server blocks aka virtual hosts.
- ./nginx-srv/var/www:/var/www # Webpage public html.
- ./nginx-srv/etc/letsencrypt:/etc/letsencrypt
- ./multi-php-fpm-srv/run/php:/run/php # Socket files dir. It will be mounted and shared from the PHP container.