Skip to content

Commit

Permalink
Merge pull request #44 from alexpdr/update/nextcloud-redirect-fix
Browse files Browse the repository at this point in the history
update -> develop for bugfix
  • Loading branch information
Alex Pedersen authored Jul 12, 2021
2 parents 666373b + dfb8c1c commit ada5c34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/stacks/cloud/dist.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ services:
- proxy
- cloud-net
environment:
- APACHE_DISABLE_REWRITE_IP=1
# Required for redirects
- OVERWRITEHOST=${DOMAIN}
- OVERWRITEPROTOCOL=https
- TRUSTED_PROXIES=${TRUSTED_PROXIES}
- APACHE_DISABLE_REWRITE_IP=1
# Database variables
- MYSQL_HOST=cloud-db
- MYSQL_DATABASE=${DB_DB}
- MYSQL_USER=${DB_USER}
Expand Down

0 comments on commit ada5c34

Please sign in to comment.