Works if you run it manually in the container
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
environment:
|
||||
- PHP_VERSIONS=${PHP_VERSIONS} # Inherits from .env
|
||||
volumes:
|
||||
- ./mnt/place-config/etc/php/8.2:/mnt/place-config/etc/php/8.2 # Config ready to be copied into the container.
|
||||
- ./mnt/place-config/etc/php:/mnt/place-config/etc/php # Config ready to be copied into the container.
|
||||
- ./multi-php-fpm-srv/run/php:/run/php
|
||||
- ./mariadb-srv/run/mysql:/run/mysqld # php-mysql should be able connecting to the MariaDB socket.
|
||||
|
||||
|
Reference in New Issue
Block a user