aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker-registry/docker-registry.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/docker-registry/docker-registry.confd')
-rw-r--r--community/docker-registry/docker-registry.confd19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/docker-registry/docker-registry.confd b/community/docker-registry/docker-registry.confd
new file mode 100644
index 00000000000..50eb427a9b9
--- /dev/null
+++ b/community/docker-registry/docker-registry.confd
@@ -0,0 +1,19 @@
+# Configuration for /etc/init.d/docker-registry
+
+# Path to the configuration file.
+#cfgfile="/etc/docker-registry/config.yml"
+
+# If you want to log to a file instead of syslog, uncomment the following line
+# and modify the docker-registry configuration file (see comment there).
+# logfile="/var/log/docker-registry.log"
+
+# The user and group to run docker-registry as.
+#command_user="docker-registry:docker-registry"
+
+# Uncomment to run with process supervisor.
+# supervisor=supervise-daemon
+
+# URL of the healthcheck endpoint to be periodically checked by
+# supervise-daemon. This needs http.debug in config.yml to be configured.
+# If you want to disable healthcheck, set this to an empty string.
+#healthcheck_url="http://127.0.0.1:5001/debug/health"