forked from DevOps/deploy.stack
feat(portainer-ce): bump STS version to 2.43.0 and disable 9443 port
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
| 版本类型 | 当前版本 | Docker >= 29.0.0 支持 |
|
||||
|---------|----------|----------------------|
|
||||
| LTS | 2.39.4 | ✅ 支持 |
|
||||
| STS | 2.40.1 | ✅ 支持 |
|
||||
| STS | 2.43.0 | ✅ 支持 |
|
||||
|
||||
### 历史记录
|
||||
|
||||
|
||||
Reference in New Issue
Block a user