nginx logging

This commit is contained in:
2023-09-23 11:18:01 +02:00
parent fe355027ea
commit ed69ff4923
+7
View File
@@ -11,6 +11,13 @@ services:
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./ssl:/etc/ssl:ro
logging:
driver: "json-file"
options:
max-file: 4
max-size: 100m
compress: "true"
networks: