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