Multiple fixes

This commit is contained in:
eroncero
2025-08-18 20:10:13 +02:00
parent 29aa1f2d40
commit 44baf158d9
4 changed files with 11 additions and 35 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/www:/var/www # Webpage public html.
- ./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.
@@ -42,4 +42,4 @@ services:
- ./mnt/place-config/etc/mysql:/mnt/place-config/etc/mysql # Config ready to be copied into the container.
- ./mariadb-srv/var/lib/mysql:/var/lib/mysql # Databases
#- ./mariadb-srv/etc/mysql/conf.d:/etc/mysql/conf.d/ # Custom config that overrides default one.
- ./mariadb-srv/run/mysql/:/run/mysqld # Socket
- ./mariadb-srv/run/mysqld/:/run/mysqld # Socket