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

Commit

Permalink
Update install.docker.new.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
birdup000 authored Jan 28, 2023
1 parent 1408790 commit 8388e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.docker.new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ then
echo "TG_API_ID=$TG_API_ID" >> docker/.env
echo "TG_API_HASH=$TG_API_HASH" >> docker/.env
echo "ADMIN_USERNAME=$ADMIN_USERNAME" >> docker/.env
export DATABASE_URL=postgresql://postgres:$DB_PASSWORD@db:5432/teledrive
echo "DB_PASSWORD=$DB_PASSWORD" >> docker/.env

cd docker
Expand Down

1 comment on commit 8388e42

@vercel
Copy link

@vercel vercel bot commented on 8388e42 Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.