From 60df4c67742f7960be05543112fd02b8d706f373 Mon Sep 17 00:00:00 2001 From: Mark Hughes Date: Tue, 28 May 2024 17:54:12 +1000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9564f018..6bf2b2d7 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,12 @@ $ npm install -g @droppyjs/cli ### Docker installation :whale: -**Note: The current Dockerfile is broken. Please do not use this yet.** +We currently publish our images to `ghcr.io/droppyjs/droppy`. You can bind columnes /data and /config should you need. + ### docker-compose -**Note: The current Dockerfile is broken. Please do not use this yet.** +A sample docker-composer file can be found here: https://github.com/droppyjs/droppy/blob/canary/examples/docker-compose.yml + ### Caddy See the example [Caddyfile](examples/Caddyfile).