fix(docker): Updating docker files to persist logs

This commit is contained in:
Chris Troutner
2020-03-30 21:04:16 -07:00
parent e1a0ce8daa
commit 8b3fd3eb59
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ bch-api-main:
links:
- redis-main
ports:
- "12400:3000"
volume:
- "3000:3000"
volumes:
- ../../logs:/home/safeuser/bch-api/logs
restart: always