Skip to content

Instantly share code, notes, and snippets.

@ilbaroni
Forked from ykyuen/docker-compose.yml
Created April 8, 2024 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilbaroni/16d5a9d57daf783d008697c9b34b7659 to your computer and use it in GitHub Desktop.
Save ilbaroni/16d5a9d57daf783d008697c9b34b7659 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