feat(portainer-ce): bump STS version to 2.43.0 and disable 9443 port

This commit is contained in:
moqiruyi
2026-06-26 15:32:44 +08:00
parent a4ca202459
commit 3fcacc8705
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
# Run:: docker compose -p portainer-ce --env-file ./portainer-ce/env.cfg -f ./portainer-ce/portainer-ce.yaml up -d
services:
portainer:
image: ${IMAGE_TAG}
restart: always
ports:
- "9000:9000"
- "9443:9443"
# - "9443:9443"
- "8000:8000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
+1 -1
View File
@@ -5,7 +5,7 @@
| 版本类型 | 当前版本 | Docker >= 29.0.0 支持 |
|---------|----------|----------------------|
| LTS | 2.39.4 | ✅ 支持 |
| STS | 2.40.1 | ✅ 支持 |
| STS | 2.43.0 | ✅ 支持 |
### 历史记录