Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Update mysql Docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2021
1 parent 6f06108 commit c1329e3
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 @@ -3,7 +3,7 @@ version: '3'
services:

mysql:
image: mysql:5
image: mysql:8
volumes:
- db_data:/var/lib/mysql
restart: always
Expand Down

0 comments on commit c1329e3

Please sign in to comment.