Skip to content

Commit

Permalink
[BUILD] switch to maria db
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillbolliger committed Oct 25, 2023
1 parent 0e92ed9 commit c728c5b
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 @@ -31,7 +31,7 @@ services:
- "host.docker.internal:host-gateway"

db:
image: mysql:5.7
image: mariadb:10.6
volumes:
- database:/var/lib/mysql:delegated
environment:
Expand Down

0 comments on commit c728c5b

Please sign in to comment.