Multiple fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user