modify(all): chmod

This commit is contained in:
cnphpbb
2024-03-27 06:24:05 +08:00
parent 433769f282
commit c90af6c509
47 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
IMAGE_TAG=portainer/portainer-ce:2.19.4
IMAGE_LATEST=portainer/portainer-ce:latest
IMAGE_TAG=portainer/portainer-ce:2.20.0
AGENT_TAG=portainer/agent:2.19.4

0
portainer-ce/portainer-agent-stack.yml Executable file → Normal file
View File

2
portainer-ce/portainer-ce.yaml Executable file → Normal file
View File

@@ -3,7 +3,7 @@ version: '3.8'
services:
portainer:
image: ${IMAGETAG}
image: ${IMAGE_TAG}
restart: always
ports:
- "9000:9000"