debugging Docker redis

This commit is contained in:
Chris Troutner
2020-02-07 18:42:31 -08:00
parent c3a6f8c22e
commit f732bdb6a7
2 changed files with 8 additions and 3 deletions
+2
View File
@@ -13,3 +13,5 @@ redis:
image: redis:latest
container_name: redis-bch-api-main
restart: always
ports:
- "6379:6379"