modify(stack): portainer-ce stack yaml

This commit is contained in:
cnphpbb
2024-02-24 15:18:18 +08:00
parent 0aaa39b5c3
commit 557740dc79
2 changed files with 4 additions and 4 deletions

View File

@@ -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