From a2dc6aaf86b27717c1fd6418f5e49a5b7b63d088 Mon Sep 17 00:00:00 2001 From: Daniele Viti Date: Tue, 12 Sep 2023 17:04:52 +0200 Subject: [PATCH] updated readme with dockerhub link --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4acd097..31c92d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # F-Droid Repo Server with Filebrowser +Docker Hub Pre-Built image: [fdroid-reposerver](https://hub.docker.com/r/dnviti/fdroid-reposerver) +You can also use the `docker-compose-deploy.yaml` from here to automate the process. + This Dockerfile creates a Docker image that deploys an F-Droid repository server using Alpine Linux and serves the `/repo` directory using Filebrowser with authentication. ## Overview