diff --git a/rancher/docker-compose.yml b/rancher/docker-compose.yml index 35fc3b8..21fb995 100644 --- a/rancher/docker-compose.yml +++ b/rancher/docker-compose.yml @@ -6,5 +6,5 @@ services: - 7080:80 - 7443:443 privileged: true - image: rancher/rancher:latest + image: ${DOCKER_REGISTRY:-}rancher/rancher:latest command: --acme-domain rancher.sectorq.eu \ No newline at end of file