Skip to content

Commit

Permalink
fix(db): docker re-added the command field
Browse files Browse the repository at this point in the history
  • Loading branch information
AHPanna authored and wdavidw committed May 13, 2024
1 parent 427fa10 commit 6ce7379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/db/env/mysql/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
nodejs:
build: .
container_name: nikita_db_mysql_nodejs
# To avoid an error in the latest versions: ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded
command: --default-authentication-plugin=caching_sha2_password
depends_on:
mysql:
condition: service_healthy
Expand Down
1 change: 0 additions & 1 deletion packages/db/env/mysql/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# command that fails is part of the command list immediately following a while
# or until keyword"
# set -e

# Source Node.js
. ~/.bashrc
# Start ssh daemon
Expand Down

0 comments on commit 6ce7379

Please sign in to comment.