Fixed a couple of bugs

This commit is contained in:
eroncero
2025-08-03 17:36:54 +02:00
parent 4f3cb90c2e
commit cf8c4e9d09
4 changed files with 13 additions and 20 deletions

View File

@@ -8,3 +8,13 @@ services:
volumes:
- ./nginx-srv/sites-available:/etc/nginx/sites-available
- ./nginx-srv/www:/var/www
- ./multi-php-fpm/run/php:/run/php
multi-php-fpm:
image: eroncero/multi-php-fpm
restart: unless-stopped
environment:
- PHP_VERSIONS=7.2 7.1
volumes:
- ./multi-php-fpm/etc/php:/etc/php
- ./multi-php-fpm/run/php:/run/php