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}}