chore(portainer-ce): 注释 9443 端口映射

This commit is contained in:
2026-06-27 14:23:08 +08:00
parent c9382a8a83
commit fa9584236a
+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 # Run:: docker compose -p portainer-ce --env-file ./portainer-ce/env.cfg -f ./portainer-ce/portainer-ce.yaml up -d
services: services:
portainer: portainer:
image: ${IMAGE_TAG} image: ${IMAGE_TAG}
restart: always restart: always
ports: ports:
- "9000:9000" - "9000:9000"
- "9443:9443" # - "9443:9443"
- "8000:8000" - "8000:8000"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock