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