Skip to content

Commit

Permalink
More fixes!
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Jul 27, 2024
1 parent 1a68212 commit a463bec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SERVER_NAME=example.net

GLPI_LANG="en_US"
VERSION="10.0.16"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
- glpi-db-configure
- glpi-verify-dir
ports:
- "9000:9000"
- "9000:80"

php-cron:
image: ghcr.io/sysadminsmedia/glpi:10.0.16
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
- glpi-db-configure
- glpi-verify-dir
ports:
- "9000:9000"
- "9000:80"

php-cron:
image: ghcr.io/sysadminsmedia/glpi:10.0.16
Expand Down
5 changes: 4 additions & 1 deletion php/conf.d/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
# Enable FrankenPHP
frankenphp
automate_https {
disable: true
}
}

http://*:9000 {
http://* {
root * /app/public/public
@insecure {
header X-Forwarded-Proto http
Expand Down

0 comments on commit a463bec

Please sign in to comment.