Skip to content

Commit

Permalink
fix: 移除多余的变量
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 27, 2023
1 parent 3219d07 commit aca954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
DEBUG: $DEBUG
LOG_LEVEL: $LOG_LEVEL
DOMAINS: $DOMAINS
DB_HOST: $DB_HOST
DB_PORT: $DB_PORT
DB_USER: $DB_USER
Expand Down Expand Up @@ -57,6 +56,7 @@ services:
REDIS_PORT: $REDIS_PORT
REDIS_PASSWORD: $REDIS_PASSWORD
MAGNUS_PORT: ${MAGNUS_PORT:-30000-30020}
DOMAINS: ${DOMAINS:-}
depends_on:
core:
condition: service_healthy
Expand Down

0 comments on commit aca954c

Please sign in to comment.