Works if you run it manually in the container

This commit is contained in:
eroncero
2025-08-18 21:07:59 +02:00
parent 6f5b6e4691
commit d4da0caa07
2 changed files with 37 additions and 19 deletions

View File

@@ -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.