This repository has been archived on 2025-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
homelab/Docker/portainer/docker-compose.yaml
2025-02-23 19:00:18 +01:00

11 lines
267 B
YAML

services:
portainer:
container_name: portainer
image: portainer/portainer-ee:latest
ports:
- 9443:9443
- 8000:8000
volumes:
- ${PORTAINER_DATA}:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped