diff --git a/config/mysql/Dockerfile b/config/mysql/Dockerfile index c9271fd..e0a08ce 100644 --- a/config/mysql/Dockerfile +++ b/config/mysql/Dockerfile @@ -1,4 +1,4 @@ -FROM mysql:5 +FROM mysql:5-debian # When running on ARM64 use MariaDB instead of MySQL #FROM mariadb:10.4 ENV force_color_prompt yes diff --git a/docker-compose.yml b/docker-compose.yml index fdd5760..f49ed77 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -38,7 +38,7 @@ services: - "in5.localhost:192.168.0.124 " #host and ip db: - image: mysql:5 + image: mysql:5-debian # When running on ARM64 use MariaDB instead of MySQL # image: mariadb:10.4 # For auto DB backups comment out image and use the build block below diff --git a/env b/env index 931eb0b..71a27b3 100644 --- a/env +++ b/env @@ -5,6 +5,8 @@ APP_DEBUG=true REQUIRE_HTTPS=false PHANTOMJS_PDF_GENERATION=false PDF_GENERATOR=snappdf +TRUSTED_PROXIES='*' + QUEUE_CONNECTION=database