From 6707abf0e0d49831d1497d3f0a653b67a537bf89 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Wed, 29 Apr 2020 22:37:23 +0100 Subject: [PATCH] . --- docker-compose-home.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose-home.yml b/docker-compose-home.yml index e532d9a..b61f059 100644 --- a/docker-compose-home.yml +++ b/docker-compose-home.yml @@ -227,10 +227,9 @@ services: replicas: 1 restart_policy: condition: any - image: ghost + image: ${LOCAL_DOCKER_REGISTRY}ghost volumes: - ghost-content:/var/lib/ghost/content - - ./ghost/config.production.json:/var/lib/ghost/config.production.json environment: - url=https://${GIT_DOMAIN}/blog networks: