General refactor and fix

This commit is contained in:
eroncero
2025-08-18 16:10:38 +02:00
parent ce59badfe0
commit 69b7243685
11 changed files with 17 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ services:
hostname: nginx-srv
volumes:
- ./mnt/place-config/etc/nginx:/mnt/place-config/etc/nginx # Config ready to be copied into the container.
- ./nginx-srv/var/www:/var/www # Webpage public html.
- ./nginx-srv/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.