Update Grafana to v13, add version notes

This commit is contained in:
yeasy
2026-04-25 15:50:13 +00:00
parent 515ba9f64a
commit 1e9cdeea3f
55 changed files with 220 additions and 70 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ $ docker run -d \
--name postgres \
-e POSTGRES_PASSWORD=secret \
-v postgres_data:/var/lib/postgresql/data \
postgres:16
postgres:16 # 确保与环境兼容的 PostgreSQL 版本
## 即使删除容器,数据仍然保留
@@ -183,7 +183,7 @@ $ docker run -d \
--name postgres \
-e POSTGRES_PASSWORD=secret \
-v postgres_data:/var/lib/postgresql/data \
postgres:16
postgres:16 # 确保与环境兼容的 PostgreSQL 版本
```
#### 场景二多容器共享数据