Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 colla-backend-private
5 changes: 2 additions & 3 deletions docker-infra/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: '3'
services:
mysql8:
image: mysql:8.0.28
platform: linux/x86_64
container_name: colla_mysql
image: mysql:8.0.36
container_name: toduck_mysql
restart: always
ports:
- "${MYSQL_HOST_PORT}:3306"
Expand Down
File renamed without changes.