Skip to content

Commit

Permalink
build: Fix MariaDB 10.11 forward port (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-perri authored Jan 16, 2024
1 parent 22fef2c commit accf4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
image: mariadb:10.11
container_name: sourcetoad_mariadb1011
ports:
- "33111:3311"
- "33111:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=mariadb_user
Expand Down

0 comments on commit accf4b4

Please sign in to comment.