Skip to content

Commit

Permalink
add db port for mariadb docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
poeti8 committed Jan 11, 2025
1 parent df20537 commit 183c224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
environment:
DB_CLIENT: mysql2
DB_HOST: mariadb
DB_PORT: 3306
REDIS_ENABLED: true
REDIS_HOST: redis
REDIS_PORT: 6379
Expand Down

0 comments on commit 183c224

Please sign in to comment.