Skip to content

Commit

Permalink
MySQL version on docker-compose.yml updated to 8.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
DsTyM committed Dec 8, 2020
1 parent 9d01738 commit f8b11f6
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
@@ -1,12 +1,12 @@
# Docker Compose file Reference (https://docs.docker.com/compose/compose-file/)

version: '3.7'
version: '3.8'

# Define services
services:
# Database Service (MySQL)
db:
image: mysql:8.0.21
image: mysql:8.0.22
ports:
- "3308:3306"
restart: always
Expand Down

0 comments on commit f8b11f6

Please sign in to comment.