From 9a6553ba1087c54f8a45ccd49b72bedf7f0eda08 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 2 May 2023 19:01:03 +0200 Subject: [PATCH] Declare docker-only setup as beta (#41) Internal testing has not uncoverd any surprises yet... --- README.md | 2 +- README_dockeronly.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58227a..b499d1f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The first-time install will take a while, depending on the power of your server -**NEW**: It is now possible to run LabCA on an existing docker server, see [README_dockeronly](README_dockeronly.md) [![status-alpha](https://img.shields.io/badge/status-alpha-orange.svg)](README_dockeronly.md) +**NEW**: It is now possible to run LabCA on an existing docker server, see [README_dockeronly](README_dockeronly.md) [![status-beta](https://img.shields.io/badge/status-beta-yellow.svg)](README_dockeronly.md) ### Setup diff --git a/README_dockeronly.md b/README_dockeronly.md index 75581c2..22f7b86 100644 --- a/README_dockeronly.md +++ b/README_dockeronly.md @@ -1,4 +1,4 @@ -# LabCA Docker Only ![status-alpha](https://img.shields.io/badge/status-alpha-orange.svg) +# LabCA Docker Only ![status-beta](https://img.shields.io/badge/status-beta-yellow.svg) It is now also possible, instead of dedicating a complete (virtual) machine to LabCA, to run LabCA using docker-compose on a non-dedicated machine. This is quite new and therefore still needs more testing.