Files
nginx-php-fpm/docs/logs.md
2020-03-02 12:14:30 +00:00

7 lines
143 B
Markdown

## Logging
All logs should now print out in stdout/stderr and are available via the docker logs command:
```
docker logs <CONTAINER_NAME>
```