Files
Docker-Chevereto/docs/LOGS.md

26 lines
250 B
Markdown
Raw Normal View History

2022-04-02 19:59:46 -03:00
# Logs
2022-04-01 16:04:53 -03:00
```sh
make <command> <options>
```
Available options:
* ARCH=arm64v8
* VERSION=4.0
* SERVICE=php
(*) For `SERVICE` you can use `php`, `database` and `http`.
## Access log
```sh
make log-access
```
## Error log
```sh
make log-error
```