Files
docker-compose/rancher/docker-compose.yml
2025-03-07 22:15:26 +01:00

12 lines
348 B
YAML

name: rancher
services:
rancher:
restart: ${RESTART:-unless-stopped}
ports:
- 7080:80
- 7443:443
privileged: true
image: ${DOCKER_REGISTRY:-}rancher/rancher:latest
command: --acme-domain rancher.sectorq.eu
volumes:
- /share/docker_data/rancher:/var/lib/rancher