We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367a990 commit 95964f9Copy full SHA for 95964f9
Dockerfile-core
@@ -1,5 +1,8 @@
1
FROM phusion/baseimage:0.9.16
2
3
+ARG COUNTLY_CONFIG_API_MONGODB_HOST=localhost
4
+ARG COUNTLY_CONFIG_FRONTEND_MONGODB_HOST=localhost
5
+
6
CMD ["/sbin/my_init"]
7
8
## Setup Countly
0 commit comments