add note about commenting
parent
826f1e461f
commit
984d97b60f
|
|
@ -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
|
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:
|
Examples:
|
||||||
|
|
||||||
* start services (up -d) `python3 discover.py /srv/services/ /opt/docker/testing/`
|
* start services (up -d) `python3 discover.py /srv/services/ /opt/docker/testing/`
|
||||||
|
|
@ -25,4 +27,4 @@ Examples:
|
||||||
|
|
||||||
### other actions
|
### other actions
|
||||||
* default action: up -d
|
* default action: up -d
|
||||||
* add argument -a "<compose action>"
|
* add argument -a "<compose action>"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue