Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql8.0.27 #319

Merged
merged 2 commits into from
Feb 22, 2024
Merged
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
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
environment:
INTERFACE: eth0
DB_NAME: kea
DB_USER: kea
DB_PASS: kea
DB_USER: root
DB_PASS: password
DB_HOST: db
DB_PORT: 3306
LOCAL_DEVELOPMENT: "true"
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
- ./dhcp-service/spec/:/test/spec

db:
image: "mysql:5.7"
image: "mysql:8.0.27"
platform: linux/amd64
restart: always
environment:
Expand Down
Loading