Skip to content

Commit

Permalink
fix: startup error when config dir does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
giuem committed Dec 17, 2018
1 parent 99b1363 commit bf28f0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf28f0a

Please sign in to comment.