Skip to content

Commit

Permalink
docker: Fix mysql database version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
finaldie authored Aug 29, 2024
1 parent 3135254 commit e37a7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ services:
condition: service_completed_successfully

mysql:
image: mysql:latest
image: mysql:8.4.2
container_name: mysql-db
networks:
- bot_network
Expand Down
2 changes: 1 addition & 1 deletion docker/portainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ services:
condition: service_completed_successfully

mysql:
image: mysql:latest
image: mysql:8.4.2
container_name: mysql-db
networks:
- bot_network
Expand Down

0 comments on commit e37a7a5

Please sign in to comment.