Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: resolve the issue about rail migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 16, 2024
1 parent 87653a8 commit 90fd9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy_mastodon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ DB_HOST=db
DB_PORT=5432
DB_NAME=mastodon
DB_USER=mastodon
DB_PASS=$POSTGRES_PASSWORD
POSTGRES_DB=mastodon
POSTGRES_USER=mastodon
POSTGRES_PASSWORD=$POSTGRES_PASSWORD
DB_PASS=$POSTGRES_PASSWORD
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
- ./postgres14:/var/lib/postgresql/data
environment:
- POSTGRES_USER=mastodon
- POSTGRES_PASSWORD=$DB_PASS
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
- POSTGRES_DB=mastodon
ports:
- "5432:5432"
Expand Down

0 comments on commit 90fd9c4

Please sign in to comment.