Skip to content

Modify README for backend directory setupUpdate installation guide#1

Open
sheepyd wants to merge 1 commit intoleonyangdev:mainfrom
sheepyd:patch-1
Open

Modify README for backend directory setupUpdate installation guide#1
sheepyd wants to merge 1 commit intoleonyangdev:mainfrom
sheepyd:patch-1

Conversation

@sheepyd
Copy link
Copy Markdown

@sheepyd sheepyd commented Nov 21, 2025

Updated instructions for setting up environment variables.

Updated instructions for setting up environment variables.
@leonyangdev
Copy link
Copy Markdown
Owner

Updated instructions for setting up environment variables.

Hi @sheepyd,Thanks for the PR!

There’s just one small issue:

If you run cp env.example .env inside the backend directory and then execute:

docker-compose up -d

Compose won’t read backend/.env.
It only loads the .env file in the project root.

So the recommended approach is:

cp backend/.env.example .env

This ensures all environment variables are correctly loaded.

Feel free to update the PR—I'd be happy to review your next commit! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants