From e65140c76bf8326c80cced7f5d1acb67e8ecefb1 Mon Sep 17 00:00:00 2001 From: Niyas Date: Tue, 12 Aug 2025 08:40:36 +0530 Subject: [PATCH] Update compose.yaml --- compose/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/compose.yaml b/compose/compose.yaml index 5ddcfc82e..f9e65bdfb 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -14,8 +14,8 @@ services: app: image: markoshust/magento-nginx:1.24-0 ports: - - "80:8000" - - "443:8443" + - "8081:8005" + - "8443:8443" volumes: &appvolumes - ~/.composer:/var/www/.composer:cached - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached @@ -43,7 +43,7 @@ services: --optimizer_switch="rowid_filter=off" --log_bin_trust_function_creators=1 ports: - - "3306:3306" + - "3307:3306" env_file: env/db.env volumes: - dbdata:/var/lib/mysql