Skip to content

Setup: Start

Arthur Jamet edited this page Feb 2, 2025 · 1 revision

Once you have setup everything, run the following command from your Meelo folder:

docker-compose up

Troubleshooting

Two things can prevent Meelo from starting normally:

  • A bad settings.json file
    • In that case, a message should tell you what went wrong
  • An 'unhealthy' container
    • Try restarting with docker-compose stop && docker-compose up
    • You might need to tweak the healthcheck values in the docker-compose.yml file
    • If the problem persists, try docker-compose stop down (:warn: This will erase the database's content)
Clone this wiki locally