improve readme

master
Clemens Klug 2019-03-29 12:48:55 +01:00
parent 4afbd6c070
commit da306c6b27
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# Usage # Usage
## json config
* create config.json from sample.json * create config.json from sample.json
* add `python3 /opt/docker-autostart/start.py /path/to/your/config.json` to `/etc/rc.local` * add `python3 /opt/docker-autostart/start.py /path/to/your/config.json -t json` to `/etc/rc.local`
## raw config
* create config.lst from sample.lst
* add `python3 /opt/docker-autostart/start.py /path/to/your/config.lst` to `/etc/rc.local`
## other actions
* default action: up -d
* add argument -a "<compose action>"