Skip to content
This repository has been archived by the owner on Oct 28, 2024. 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] authored Sep 30, 2023
1 parent ca2aba0 commit b4ba3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
db:
platform: linux/amd64
image: mysql:5.7 # or postgres:xx
image: mysql:8.1 # or postgres:xx
container_name: my-nextjs-starter-db-dev
restart: always
ports: # defaults are postgres=5432, mysql=3306
Expand All @@ -15,7 +15,7 @@ services:
- db:/var/lib/mysql
db-test:
platform: linux/amd64
image: mysql:5.7
image: mysql:8.1
container_name: my-nextjs-starter-db-test
restart: always
ports:
Expand Down

0 comments on commit b4ba3cc

Please sign in to comment.