From bf28f0afeef578369ebc3def0ee729f730ad3e3d Mon Sep 17 00:00:00 2001 From: giuem Date: Mon, 17 Dec 2018 15:53:06 +0800 Subject: [PATCH] fix: startup error when config dir does not exists --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ab4013c3..2d057d00 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,9 @@ services: - UPTIME_ROBOT_NAME_PATTERN=%group/%name - WEBSITE_TITLE= - WEBSITE_COPYRIGHT= - volumes: - - ./config:/app/config + # To use config file for more flexible configure, + # please uncomment next block + # volumes: + # - ./config:/app/config ports: - 127.0.0.1:8082:3000