Skip to content

Commit

Permalink
Anchor mysql version to 8.4 (facebook#443)
Browse files Browse the repository at this point in the history
* Anchor mysql version to 8.4

* Rename config to config.toml
  • Loading branch information
afterdusk authored Jul 8, 2024
1 parent 7eb4752 commit 54608f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: '3.3'

# Use root/example as user/password credentials
services:
db:
container_name: akd-test-db
platform: linux/x86_64
image: mysql
image: mysql:8.4
command: --mysql-native-password=ON
restart: unless-stopped
ports:
Expand Down

0 comments on commit 54608f9

Please sign in to comment.