bug fix redirect url with docker installation

This commit is contained in:
Giandonato Inverso
2023-10-17 23:24:34 +02:00
committed by giandonato.inverso@edempg.it
parent 0360176490
commit 8a926ac0f3
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ services:
restart: "unless-stopped"
environment:
TYPE: "docker"
BASE_URL: "https://mydomain.com"
DATABASE_HOST: "php-dynamic-qrcode-db"
DATABASE_PORT: "3306"
DATABASE_NAME: "qrcode"
@@ -17,7 +18,6 @@ services:
depends_on:
- php-dynamic-qrcode-db
volumes:
- php_dynamic_qrcode_config_data:/var/www/html/config
- php_dynamic_qrcode_saved_qrcode_data:/var/www/html/saved_qrcode
networks:
- php-dynamic-qrcode-network