Skip to content

Instantly share code, notes, and snippets.

@ykyuen
Created June 14, 2018 03:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ykyuen/47765ed7f596c3dc2f59b000fef3ac16 to your computer and use it in GitHub Desktop.
Save ykyuen/47765ed7f596c3dc2f59b000fef3ac16 to your computer and use it in GitHub Desktop.
docker-container-log-rotation-04
version: '3.2'
services:
nginx:
image: 'nginx:latest'
ports:
- '80:80'
logging:
driver: "json-file"
options:
max-size: "1k"
max-file: "3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment