Skip to content
Merged
Changes from 1 commit
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
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