conf
This commit is contained in:
parent
6428dc557d
commit
3c77e23020
@ -17,3 +17,9 @@ name = "example"
|
|||||||
status_command="docker ps --format '{{.Names}}'"
|
status_command="docker ps --format '{{.Names}}'"
|
||||||
start_command="echo start"
|
start_command="echo start"
|
||||||
stop_command="echo stop"
|
stop_command="echo stop"
|
||||||
|
|
||||||
|
[[custom_commands.games]]
|
||||||
|
name="test"
|
||||||
|
status_command='curl -s -o NUL -w "%{http_code}" https://api.portfolio.dariusklein.nl/check'
|
||||||
|
start_command="echo start"
|
||||||
|
stop_command="echo stop"
|
||||||
Loading…
x
Reference in New Issue
Block a user