nginx logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user