From 8b8a929ae0d891ac7f2ef6c8f418afc4f989a3e8 Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 28 Mar 2025 18:19:46 -0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 61dcdb6..140c09c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,21 @@ hypercorn --bind=0.0.0.0:2011 server:app Should be similar for any other Flask ASGI/WSGI framework +# Usage (Docker) + +Use this docker compose file + +```yml +services: + bootstrapsona: + image: git.swee.codes/swee/bootstrapsona:latest + restart: unless-stopped + ports: + - 2011:2011/tcp + volumes: + - ./certs:/root/certs +``` + # Resources used * BootStrap 5.3.3 (CSS only) * FontAwesome 6.7.2 (Bare SVG) \ No newline at end of file