Skip to content

Commit

Permalink
Fix mysql command since mysql-native-password is removed in 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 9, 2024
1 parent 9279a2f commit a6819bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ services:
- "./data/mysql/init.sh:/tmp/scripts/init.sh"
- "${MYSQL_DATA:-./data/mysql/data}:/tmp/data"
mysql-server:
command: --mysql-native-password=ON
container_name: mysql
environment:
- "MYSQL_ROOT_PASSWORD=${MYSQL_PASSWORD:-root}"
Expand Down Expand Up @@ -1228,8 +1227,6 @@ services:
REDASH_LOG_LEVEL: INFO
REDASH_REDIS_URL: "redis://redis:6379/0"
image: "redash/redash:${REDASH_VERSION:-10.1.0.b50633}"
# REDASH_MAIL_SERVER: "smtp2http"
# REDASH_MAIL_DEFAULT_SENDER: "[email protected]"
redash-server:
command: server
container_name: redash
Expand All @@ -1249,8 +1246,6 @@ services:
test: [CMD, curl, --output, /dev/null, --silent, --head, --fail, http://localhost:5000/ping]
timeout: 5s
image: "redash/redash:${REDASH_VERSION:-10.1.0.b50633}"
# REDASH_MAIL_SERVER: "smtp2http"
# REDASH_MAIL_DEFAULT_SENDER: "[email protected]"
ports:
- "5000:5000"
redis:
Expand Down

0 comments on commit a6819bc

Please sign in to comment.