fix docker builds (#4249)

Updates php to 8.1
Resolves the issue when running docker-compose unconfigured redirects to https.
This commit is contained in:
Michael (Parker) Parker 2022-07-16 08:48:40 -04:00 committed by GitHub
parent 1250713299
commit eb503c5523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ x-common:
MYSQL_ROOT_PASSWORD: "CHANGE_ME_TOO"
panel:
&panel-environment
APP_URL: "https://example.com"
APP_URL: "http://example.com"
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
APP_TIMEZONE: "UTC"
APP_SERVICE_AUTHOR: "noreply@example.com"