From 12f2805f72f8a101aa98d827df9d29151b5bfbea Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 2 Jan 2019 19:18:31 -0500 Subject: [PATCH] Fixed issue --- templates/Snipe-IT/0/README.md | 3 ++- templates/Snipe-IT/0/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/Snipe-IT/0/README.md b/templates/Snipe-IT/0/README.md index b575cf8..ce6728c 100644 --- a/templates/Snipe-IT/0/README.md +++ b/templates/Snipe-IT/0/README.md @@ -8,4 +8,5 @@ https://snipe-it.readme.io/docs/generate-your-app-key ### After upgrading to a later version, use: -`php artisan migrate` \ No newline at end of file +`php artisan migrate` +Also use if upon starting for the first time, and you get an error, as this may fix it \ No newline at end of file diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index 1dc5f52..6574e41 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -9,8 +9,8 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - APP_ENV: 'development' # "development" or "production" - APP_DEBUG: true + APP_ENV: production # "development" or "production" + APP_DEBUG: false {{- if .Values.TRAEFIK_HOST}} APP_URL: https://${TRAEFIK_HOST} # No port number needed {{- else}}