Files
docker-compose/rancher/docker-compose.yml
2025-03-06 22:36:21 +01:00

12 lines
336 B
YAML

name: rancher
services:
rancher:
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