Skip to content

Commit

Permalink
#23: Expose MariaDB port
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Palm committed Oct 20, 2023
1 parent 6b6725d commit 86f46ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
MARIADB_DATABASE: drupal
MARIADB_ROOT_PASSWORD: password
MARIADB_USER: root
ports:
- 3306:3306

steps:
- name: Checkout code
Expand Down

0 comments on commit 86f46ac

Please sign in to comment.