mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-18 04:14:04 +01:00
Merge pull request #241 from beganovich/v5-skip-snappdf-download
(v5) Add environment variable to skip downloading Chromium (snappdf)
This commit is contained in:
@@ -42,6 +42,7 @@ services:
|
|||||||
- DB_DATABASE1=ninja
|
- DB_DATABASE1=ninja
|
||||||
- PHANTOMJS_PDF_GENERATION=false
|
- PHANTOMJS_PDF_GENERATION=false
|
||||||
- SNAPPDF_EXECUTABLE_PATH="/usr/bin/chromium-browser"
|
- SNAPPDF_EXECUTABLE_PATH="/usr/bin/chromium-browser"
|
||||||
|
- SNAPPDF_SKIP_DOWNLOAD=true
|
||||||
volumes:
|
volumes:
|
||||||
# Configure your mounted directories, make sure the folder 'public' and 'storage'
|
# Configure your mounted directories, make sure the folder 'public' and 'storage'
|
||||||
# exist, before mounting them
|
# exist, before mounting them
|
||||||
|
|||||||
Reference in New Issue
Block a user