Custom ports and notExposeAsWebApp added

This commit is contained in:
Kasra Bigdeli
2019-01-16 23:09:51 -08:00
parent 9b8d75d061
commit 501adcc1fd
6 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"FROM redis:$$cap_redis_version",
"CMD exec redis-server --requirepass \"$$cap_redis_password\""
],
"notExposeAsWebApp": "true",
"volumes": [
"$$cap_appname-redis-data:/data"
],