Skip to content

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 4, 2024
1 parent 62c1882 commit 47a8ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/single-process/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: '2'

services:
mysqldata:
image: mysql:5.7
image: mysql:8.4
command: /bin/true

mysql:
image: mysql:5.7
image: mysql:8.4
restart: always
env_file:
- ../mysql.env
Expand Down

0 comments on commit 47a8ba5

Please sign in to comment.