mirror of
https://github.com/chevereto/docker.git
synced 2026-02-04 13:29:04 +01:00
26 lines
253 B
Markdown
26 lines
253 B
Markdown
# Logs
|
|
|
|
```sh
|
|
make <command> <options>
|
|
```
|
|
|
|
Available options:
|
|
|
|
* NAMESPACE=local
|
|
* SERVICE=php
|
|
* VERSION=4.0
|
|
|
|
(*) For `SERVICE` you can use `php`, `database` and `http`.
|
|
|
|
## Access log
|
|
|
|
```sh
|
|
make log-access
|
|
```
|
|
|
|
## Error log
|
|
|
|
```sh
|
|
make log-error
|
|
```
|