diff --git a/docs/getting-started/install/docker-compose.md b/docs/getting-started/install/docker-compose.md index 763f5f2..e7fcf4f 100644 --- a/docs/getting-started/install/docker-compose.md +++ b/docs/getting-started/install/docker-compose.md @@ -145,13 +145,13 @@ import DockerArgs from "./slots/docker-args.md" - --halo.external-url=http://localhost:8090/ halodb: - image: mysql:8.0.31 + image: mysql:8.1.0 container_name: halodb restart: on-failure:3 networks: halo_network: command: - - --default-authentication-plugin=mysql_native_password + - --default-authentication-plugin=caching_sha2_password - --character-set-server=utf8mb4 - --collation-server=utf8mb4_general_ci - --explicit_defaults_for_timestamp=true