add note about commenting

master
Clemens Klug 2019-04-09 10:07:06 +02:00
parent 826f1e461f
commit 984d97b60f
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ usage: `python3 discover.py [-a <action>] [-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 "<compose action>"
* add argument -a "<compose action>"