improve readme
parent
4afbd6c070
commit
da306c6b27
11
Readme.md
11
Readme.md
|
|
@ -1,4 +1,13 @@
|
|||
# Usage
|
||||
|
||||
## json config
|
||||
* 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>"
|
||||
Loading…
Reference in New Issue