mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-07 23:17:25 +01:00
php-fpm.conf, renamed server to nginx
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
server:
|
||||
nginx:
|
||||
image: nginx
|
||||
restart: always
|
||||
env_file: env
|
||||
@@ -31,6 +31,7 @@ services:
|
||||
- ./docker/app/public:/var/www/app/public:rw,delegated
|
||||
- ./docker/app/storage:/var/www/app/storage:rw,delegated
|
||||
- ./config/php/php.ini:/usr/local/etc/php/conf.d/invoiceninja.ini
|
||||
- ./config/php/php-fpm.conf:/usr/local/etc/php-fpm.d/invoiceninja.conf
|
||||
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
Reference in New Issue
Block a user