Fixed bug at volumes

This commit is contained in:
eroncero
2025-08-03 17:04:06 +02:00
parent b2c7216e4c
commit 4f3cb90c2e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,4 +3,5 @@ nginx-srv/sites-available
nginx-srv/www
multi-php-fpm/etc
multi-php-fpm/run
#

View File

@@ -14,4 +14,4 @@ services:
restart: unless-stopped
volumes:
- ./multi-php-fpm/etc/php:/etc/php
- ./multi-php-fpm/etc/php:/run/php
- ./multi-php-fpm/run/php:/run/php