summarylogtreecommitdiffstats
path: root/config-example.json
diff options
context:
space:
mode:
authorBrian Allred2019-08-12 12:34:08 -0500
committerBrian Allred2019-08-12 12:34:08 -0500
commitff9afb5430738dcb948a2be29ac91a081f0450dd (patch)
tree68e0f13bbfd9a1bf16f6b24ada388c0cade98bf0 /config-example.json
downloadaur-ff9afb5430738dcb948a2be29ac91a081f0450dd.tar.gz
Push to AUR.
Diffstat (limited to 'config-example.json')
-rw-r--r--config-example.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-example.json b/config-example.json
new file mode 100644
index 000000000000..cf9646be9487
--- /dev/null
+++ b/config-example.json
@@ -0,0 +1,13 @@
+// Provided as an example. Service reads from /etc/docker-waiter/config.json
+// Binary reads from /etc/docker-waiter/config.json as root
+// or $XDG_CONFIG_HOME/docker-waiter/config.json if not
+
+{
+ "MainContainer": "nginx",
+ "DepContainers": [
+ "proxy",
+ "proxy2"
+ ],
+ "CheckRunning": false,
+ "CheckDelay": 1
+} \ No newline at end of file