From c7d861c129b78a2550381e78ad614b0099dd05f6 Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 17 Dec 2017 12:39:15 +0800 Subject: [PATCH] fix ghost-arm --- ghost/arm/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/arm/docker-compose.yml b/ghost/arm/docker-compose.yml index 767f8a1..6957362 100644 --- a/ghost/arm/docker-compose.yml +++ b/ghost/arm/docker-compose.yml @@ -4,5 +4,4 @@ ghost: - "127.0.0.1:2368:2368" volumes: - ./data:/var/lib/ghost/content - - ./data/config.json:/var/lib/ghost/config.production.json restart: always