- ---
- volumes:
- portainer-data:
- driver: local
- services:
- app:
- container_name: portainer
- image: docker.io/portainer/portainer-ce:latest
- ports:
- - 9000:9000
- - 9443:9443
- - 8000:8000
- volumes:
- - /run/docker.sock:/var/run/docker.sock
- - portainer-data:/data
- restart: unless-stopped
|