diff --git a/rancher/docker-compose.yml b/rancher/docker-compose.yml index 21fb995..aec7550 100644 --- a/rancher/docker-compose.yml +++ b/rancher/docker-compose.yml @@ -7,4 +7,6 @@ services: - 7443:443 privileged: true image: ${DOCKER_REGISTRY:-}rancher/rancher:latest - command: --acme-domain rancher.sectorq.eu \ No newline at end of file + command: --acme-domain rancher.sectorq.eu + volumes: + - /share/docker_data/rancher:/var/lib/rancher \ No newline at end of file