From 86f46ac1992b2b6a4456c91b65fbe408261c8027 Mon Sep 17 00:00:00 2001 From: Christoffer Palm Date: Fri, 20 Oct 2023 17:57:51 +0200 Subject: [PATCH] #23: Expose MariaDB port --- .github/workflows/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 6c08aeb..2cc8803 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -24,6 +24,8 @@ jobs: MARIADB_DATABASE: drupal MARIADB_ROOT_PASSWORD: password MARIADB_USER: root + ports: + - 3306:3306 steps: - name: Checkout code