Fixed issue
This commit is contained in:
@@ -9,3 +9,4 @@ https://snipe-it.readme.io/docs/generate-your-app-key
|
||||
|
||||
### After upgrading to a later version, use:
|
||||
`php artisan migrate`
|
||||
Also use if upon starting for the first time, and you get an error, as this may fix it
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user