diff --git a/templates/invoice-ninja/0/docker-compose.yml b/templates/invoice-ninja/0/docker-compose.yml index a7bb1a1..bf4e08b 100644 --- a/templates/invoice-ninja/0/docker-compose.yml +++ b/templates/invoice-ninja/0/docker-compose.yml @@ -39,16 +39,16 @@ services: ports: - "8000:80" volumes: - - type: volume + - type: 'volume' source: ${VOLUME_WEB} - target: /etc/nginx/nginx.conf - read_only: true + target: '/etc/nginx/nginx.conf' + read_only: 'true' volume: - nocopy: true + nocopy: 'true' volumes_from: - app environment: - - APP_DEBUG='0' + - APP_DEBUG=0 - APP_ENV='production' - APP_URL=${APP_URL} - APP_KEY=${APP_KEY}