From ea4fb1a4c351a4b188de8bccdf94d8250162bb3b Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Thu, 28 Jun 2018 06:19:20 -0400 Subject: [PATCH] Slowly adjusting to remove Rancher NFS --- templates/gitlab-ce/0/docker-compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/gitlab-ce/0/docker-compose.yml b/templates/gitlab-ce/0/docker-compose.yml index 1de4503..f6297de 100644 --- a/templates/gitlab-ce/0/docker-compose.yml +++ b/templates/gitlab-ce/0/docker-compose.yml @@ -10,7 +10,6 @@ services: io.rancher.scheduler.affinity:host_label: ${HOST_LABEL_KEY}=${HOST_LABEL_VALUE} restart: always volumes: - - ${CONFIG_VOLUME}:/etc/gitlab:nocopy - - ${LOGS_VOLUME}:/var/lob/gitlab:nocopy - - ${DATA_VOLUME}:/var/opt/gitlab:nocopy -volumes_driver: rancher-nfs \ No newline at end of file + - ${CONFIG_DIR}:/etc/gitlab + - ${LOG_DIR}:/var/log/gitlab + - ${DATA_DIR}:/var/opt/gitlab \ No newline at end of file