Skip to content

Commit

Permalink
fix mysql database version to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonnav committed Jul 17, 2024
1 parent c1bb16f commit 5492835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
db:
container_name: estela_db
image: mysql:8
image: mysql:8.3
volumes:
- estela_dbdata:/var/lib/mysql
- ./db/mysql:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit 5492835

Please sign in to comment.