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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Still needed:
60
60
61
61
Production is configured so container and application logs do not fill disk.
62
62
63
-
**Docker container logs** (stdout/stderr, i.e. `docker logs`) are limited by the logging driver:
63
+
**Docker container logs** (stdout/stderr, i.e.,`docker logs`) are limited by the logging driver:
64
64
65
65
-**docker-compose.prod.yml** and **deploy-prod.sh** use the `json-file` driver with `max-size: 10m` and `max-file: 3` for both the webserver and certbot containers. Docker keeps at most three 10 MB log files per container.
0 commit comments