You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,11 @@ This results in the following running containers:
48
48
docker_php_1 php5-fpm -F Up 9000/tcp
49
49
```
50
50
51
-
# Read logs
51
+
# Read logs / Kibana
52
52
53
53
You can access Nginx and Symfony application logs in the following directories into your host machine:
54
54
55
55
*`logs/nginx`
56
56
*`logs/symfony`
57
+
58
+
You can also uncomment the `elk` container section in `docker-compose.yml` in order to enable the [willdurand/elk](https://www.github.com/willdurand/docker-elk) image.
0 commit comments