Fixed bug at volumes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,4 +3,5 @@ nginx-srv/sites-available
|
|||||||
nginx-srv/www
|
nginx-srv/www
|
||||||
|
|
||||||
multi-php-fpm/etc
|
multi-php-fpm/etc
|
||||||
|
multi-php-fpm/run
|
||||||
#
|
#
|
||||||
|
@@ -14,4 +14,4 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./multi-php-fpm/etc/php:/etc/php
|
- ./multi-php-fpm/etc/php:/etc/php
|
||||||
- ./multi-php-fpm/etc/php:/run/php
|
- ./multi-php-fpm/run/php:/run/php
|
||||||
|
Reference in New Issue
Block a user