Skip to content

Commit 95964f9

Browse files
committed
[docker] Adding mongo host build args
1 parent 367a990 commit 95964f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile-core

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM phusion/baseimage:0.9.16
22

3+
ARG COUNTLY_CONFIG_API_MONGODB_HOST=localhost
4+
ARG COUNTLY_CONFIG_FRONTEND_MONGODB_HOST=localhost
5+
36
CMD ["/sbin/my_init"]
47

58
## Setup Countly

0 commit comments

Comments
 (0)