Skip to content

Quick start

You need to have Docker installed.

Open the terminal and run the following command:

docker start lexiflux > null 2>&1 || docker run -d -p 6100:8000 --name lexiflux andgineer/lexiflux

That's it! You have a running Lexiflux.

Open it in web browser at http://localhost:6100

Remember the DB with your books and reading progress is stored in the Docker container. If you remove the container, you will lose all your data.

To backup your data, see the Backup section.

To update to the latest version, see the Update section.