From 574c7fe92acce2f4c9586b548b082ec2d6616b30 Mon Sep 17 00:00:00 2001 From: "ekin.tertemiz" Date: Mon, 5 Jan 2026 09:16:42 +0100 Subject: [PATCH] adjust for local use: change to mariadb:5.5,redirect to server http host --- .ddev/config.yaml | 8 +++++--- index.html | 10 ---------- index.php | 7 +++++++ 3 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 index.html create mode 100644 index.php diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 640d7d8..486da5b 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,18 +1,20 @@ -name: help.verua.ch +name: os-ticket type: php docroot: "" php_version: "7.4" -webserver_type: nginx-fpm +webserver_type: apache-fpm xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] database: type: mariadb - version: "10.11" + version: "5.5" use_dns_when_possible: true composer_version: "2" web_environment: [] corepack_enable: false +xhgui_https_port: "8142" +xhgui_http_port: "8143" # Key features of DDEV's config.yaml: diff --git a/index.html b/index.html deleted file mode 100644 index 04875f6..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..184828a --- /dev/null +++ b/index.php @@ -0,0 +1,7 @@ +