Solved bugs

This commit is contained in:
2025-04-09 02:36:14 +02:00
parent 28e25f0232
commit 61ad100ef1
10 changed files with 31 additions and 18 deletions

View File

@@ -10,4 +10,10 @@ docker compose down -v
```bash
watch -n 2 "docker compose ps -a"
```
## Health Logs
```bash
docker inspect --format='{{json .State.Health}}' <container_id>
```