summarylogtreecommitdiffstats
path: root/config-example.json
blob: cf9646be94878e53fec705761cf0013c6bbb05d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}