From 984d97b60fecf9c5d5a6290ec3f3c1800421c23b Mon Sep 17 00:00:00 2001 From: Clemens Klug Date: Tue, 9 Apr 2019 10:07:06 +0200 Subject: [PATCH] add note about commenting --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index fec3248..8b78304 100644 --- a/Readme.md +++ b/Readme.md @@ -6,6 +6,8 @@ usage: `python3 discover.py [-a ] [-l] service_dir [service_dir …]` add label "de.wie-ei.autostart=true" to any service in a docker-compose-file +!! This label is discovered as string, not by parsing Yaml. Commenting will not work! + Examples: * start services (up -d) `python3 discover.py /srv/services/ /opt/docker/testing/` @@ -25,4 +27,4 @@ Examples: ### other actions * default action: up -d -* add argument -a "" \ No newline at end of file +* add argument -a ""