forked from DevOps/deploy.stack
modify(stack): portainer-ce stack yaml
This commit is contained in:
@@ -2,10 +2,10 @@ version: '3.8'
|
||||
services:
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:alpine
|
||||
image: portainer/portainer-ce:2.19.4
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
- "9000:9000"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
|
||||
Reference in New Issue
Block a user