forked from DevOps/deploy.stack
chore(portainer-ce): 注释 9443 端口映射
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
|
||||
|
||||
Reference in New Issue
Block a user