Fix a typo and change verbiage.

This commit is contained in:
Hyperling 2022-08-06 08:23:59 -05:00
parent 2eecfe655c
commit 86a52e3b38

View File

@ -18,8 +18,8 @@ That's my opinion though, if someone else uses this then they can use /var/.
### bin ### bin
Scripts to help make life easier. Some are pretty basic, but others do nice things like handle the container IDs. Scripts to help make life easier. Some are pretty basic, but others do nice things like handle the container IDs.
* install.sh : Install dependencies on an server with apt. * install.sh : Install dependencies on a new server with apt.
* create.sh : Create a new folder with the needed yml file. * create.sh : Create a new folder with the needed yml file.
* start.sh : Start all compose containers. * start.sh : Start all compose containers.
* stop.sh : Stop all compose containers. * stop.sh : Stop all compose containers.
* get_logs.sh : Create log files rather than using `docker log` command or searching for /var/whatever. * get_logs.sh : Create log files rather than using the `docker log` command or searching in /var/whatever.