Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion envs/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- web:web
mysql:
container_name: mysql
image: mysql:5.7
image: mysql:8.0
restart: always
ports:
- "3306:3306"
Expand Down
2 changes: 1 addition & 1 deletion envs/staging/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- app
mysql:
container_name: mysql
image: mysql:5.7
image: mysql:8.0
restart: always
ports:
- "3306:3306"
Expand Down