Nginx being parent container required for Traefik

This commit is contained in:
WilliamMiceli
2018-10-15 16:30:42 -04:00
parent 5415f00016
commit c629ed6e91
9 changed files with 12 additions and 238 deletions

View File

@@ -20,4 +20,6 @@ You may need to "chmod -R 777 storage" in the "App" container.
Google Maps:
Get an API Key [Here](https://developers.google.com/maps/documentation/javascript/get-api-key) first.
Then add GOOGLE_MAPS_API_KEY=<your key> in your .env file.
Then add GOOGLE_MAPS_API_KEY=<your key> in your .env file.
If using without HTTPS (like using the direct IP instead of through Traefik), please take out the line: "fastcgi_param HTTPS 1;" from your nginx.conf