forked from DevOps/deploy.stack
modify(all): chmod
This commit is contained in:
@@ -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
0
portainer-ce/portainer-agent-stack.yml
Executable file → Normal file
2
portainer-ce/portainer-ce.yaml
Executable file → Normal file
2
portainer-ce/portainer-ce.yaml
Executable file → Normal file
@@ -3,7 +3,7 @@ version: '3.8'
|
||||
services:
|
||||
|
||||
portainer:
|
||||
image: ${IMAGETAG}
|
||||
image: ${IMAGE_TAG}
|
||||
restart: always
|
||||
ports:
|
||||
- "9000:9000"
|
||||
|
||||
Reference in New Issue
Block a user