Skip to content

Commit bf823aa

Browse files
committed
Update docker-compose.yml
1 parent 7a68804 commit bf823aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/faustwp/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ services:
2323
- ./:/var/www/html/wp-content/plugins/faustwp
2424

2525
db:
26-
image: mysql:8
26+
image: mysql:8.0
2727
restart: always
28+
command: --default-authentication-plugin=mysql_native_password
2829
ports:
2930
- 33066:3306
3031
environment:

0 commit comments

Comments
 (0)