Skip to content

Commit

Permalink
feat: update mysql to v8 so that it can also work on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dłuski committed Nov 5, 2023
1 parent 120d814 commit ab927b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
volumes:
- minio_volume:/data
db:
image: mysql/mysql-server:5.7.28
image: mysql:8-oracle # -oracle tag supports arm64 architecture!
restart: unless-stopped
container_name: mlflow_db
expose:
Expand All @@ -27,7 +27,7 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
volumes:
- db_volume:/var/lib/mysql
- db_new_volume:/var/lib/mysql
networks:
- internal
mlflow:
Expand Down Expand Up @@ -91,5 +91,5 @@ networks:
public:
driver: bridge
volumes:
db_volume:
db_new_volume:
minio_volume:

0 comments on commit ab927b8

Please sign in to comment.