Skip to content

ghostfolio Container "8a01f4d86d40" is unhealthy? #2580

Closed Answered by gilgongo
gilgongo asked this question in Q&A
Discussion options

You must be logged in to vote

OK I figured it out. The instruction in README says:

Copy the file .env.example to .env and populate it with your data (cp .env.example .env)

So I thought I needed to create Postgres and Redis instances/accounts on the host machine and fill in .env file variables.

In fact, literally all you need to do to install (once Docker is installed) is to run:

docker-compose --env-file ./.env -f docker/docker-compose.yml up -d

And nothing else. 🔢

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gilgongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
self-hosted This issue is relevant for the self-hosted version
1 participant