Move dockerhub section above

Move Dockerhub images installation section above the local image build section, according to the priority of recommendation (more recommended is better on the top).
This commit is contained in:
Bunny Pranav
2025-09-27 15:29:18 +05:30
committed by GitHub
parent c2d73dab51
commit 183a416e9d

View File

@@ -34,24 +34,6 @@ FastAPI for the Server, Vanilla html, js, css for the frontend (might switch to
## Installation & Setup
### With Docker (Local Build)
Clone the Repo and make sure docker compose is working on your environment
```bash
git clone https://github.com/LoredCast/filewizard.git
cd filewizard
```
Startup Docker, initially the settings.yml file is applied, you can edit it.
For You can edit the .env file for further configuration.
Note: Building this image will take some time installing all deps ((mostly texlive)).
```bash
docker compose up --build
```
### With Docker (From Dockerhub) [Recommended]
I've published 3 images to dockerhub that you can pull:
@@ -72,6 +54,24 @@ docker compose up -d
```
### With Docker (Local Build)
Clone the Repo and make sure docker compose is working on your environment
```bash
git clone https://github.com/LoredCast/filewizard.git
cd filewizard
```
Startup Docker, initially the settings.yml file is applied, you can edit it.
For You can edit the .env file for further configuration.
Note: Building this image will take some time installing all deps ((mostly texlive)).
```bash
docker compose up --build
```
### Manually