mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 08:18:33 +02:00
10 lines
261 B
YAML
10 lines
261 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 |