revert
Deploy / security_scan (push) Failing after 10s
Deploy / code_scan (push) Successful in 19s
Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-20 19:41:58 +02:00
parent f8560068dd
commit c773169ff6
2 changed files with 9 additions and 5 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ Using Jakach Login is straightforward:
git clone https://git.jakach.ch/jakani24/jakach-login
```
3. **Run the system using Docker Compose:**
3. **Create a Docker volume for database storage:**
```bash
docker volume create jakach-login-db-storage
```
4. **Run the system using Docker Compose:**
```bash
docker-compose up
```