Skip to content

Commit

Permalink
fix: docker-compose.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Sep 28, 2023
1 parent 11d1f40 commit 9f31740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ version: '3'
services:

mysql:
image: mysql
command: --default-authentication-plugin=mysql_native_password
image: mariadb:10.2
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: wordpress
Expand Down

0 comments on commit 9f31740

Please sign in to comment.