Skip to content

Commit

Permalink
swap mysql docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclermont committed Dec 18, 2023
1 parent 8760108 commit 6a1a0d0
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 @@ -21,7 +21,7 @@ services:
## The App database
mysql:
container_name: "${COMPOSE_PROJECT_NAME}-mysql"
image: mysql/mysql-server:8.0.32
image: mysql:8.0.35
volumes:
- mysql-data:/var/lib/mysql
environment:
Expand All @@ -40,7 +40,7 @@ services:
## MySQL just for Unit Tests
mysql-test:
container_name: "${COMPOSE_PROJECT_NAME}-mysql-test"
image: mysql/mysql-server:8.0.32
image: mysql:8.0.35
volumes:
- mysql-test-data:/var/lib/mysql
environment:
Expand Down

0 comments on commit 6a1a0d0

Please sign in to comment.