Declare docker-only setup as beta (#41)

Internal testing has not uncoverd any surprises yet...
This commit is contained in:
Arjan H
2023-05-02 19:01:03 +02:00
parent f59601fde9
commit 9a6553ba10
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ The first-time install will take a while, depending on the power of your server
<img src="https://user-images.githubusercontent.com/44847421/48658718-dc557b00-ea46-11e8-8596-00709fad9197.jpg" width="300">
**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

View File

@@ -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.