From b29ca06fb220ce74b5b5a051d414ec82fcdb2829 Mon Sep 17 00:00:00 2001 From: Andrei Canta Date: Sun, 26 Mar 2023 23:53:46 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b3710b..ee675e8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Crafted with love and care to provide the best experience possible. --- +## Self-host using Docker + +``` +docker run --name chatpad -d -p 1234:80 ghcr.io/deiucanta/chatpad:latest +``` + ## Give Feedback If you have any feature requests or bug reports, go to [feedback.chatpad.ai](https://feedback.chatpad.ai).