mirror of
https://github.com/chevereto/docker.git
synced 2026-05-05 21:17:03 +02:00
26 lines
260 B
Markdown
26 lines
260 B
Markdown
# Logs (console)
|
|
|
|
```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
|
|
```
|