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/yamls/portainer.yaml
2023-09-22 14:58:36 +02:00

14 lines
289 B
YAML

version: "3"
services:
portainer:
image: portainer/portainer-ce:latest
ports:
- 9443:9443
env_file:
- stack.env
volumes:
- ${PORTAINER_DATA}:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
volumes:
data: