Skip to content

Commit

Permalink
Merge pull request #45 from alexpdr/develop
Browse files Browse the repository at this point in the history
develop -> main for bugfix
  • Loading branch information
Alex Pedersen authored Jul 12, 2021
2 parents 5f21817 + ada5c34 commit f6448fa
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 f6448fa

Please sign in to comment.