Skip to content

Commit

Permalink
Merge pull request #45 from mlibrary/bitnami-mariadb
Browse files Browse the repository at this point in the history
persistence volume mount for bitnami mariadb
  • Loading branch information
botimer authored Nov 15, 2023
2 parents bd3fe91 + 5a4ba9d commit 511f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
ports:
- "127.0.0.1:3306:3306"
volumes:
- mariadb_data:/var/lib/mysql
- mariadb_data:/bitnami/mariadb
- ./db:/sql
environment:
- ALLOW_EMPTY_PASSWORD=yes
Expand Down

0 comments on commit 511f546

Please sign in to comment.