From b21e0514e704c932991e12cc0876b45425e6813a Mon Sep 17 00:00:00 2001 From: Mustafa Caylak Date: Sun, 10 Mar 2019 21:52:31 +0100 Subject: [PATCH] Fixed postgresql path for persistence You won't be able to persist the database with the previous path. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a8ec1e..d830b5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,7 @@ postgresql: - POSTGRES_DB=gitlabhq_production # the following are hints on what volumes to mount if you want to persist data # volumes: -# - data/postgresql:/var/lib/postgresql:rw +# - data/postgresql:/var/lib/postgresql/data:rw redis: restart: always