Skip to content

Instantly share code, notes, and snippets.

@ZeroDragon
Created March 28, 2019 18:32
Show Gist options
  • Save ZeroDragon/07ff8febce794130a23ddf03616ceb8e to your computer and use it in GitHub Desktop.
Save ZeroDragon/07ff8febce794130a23ddf03616ceb8e to your computer and use it in GitHub Desktop.
Custom loggig in docker-compose
version: '3.1'
services:
my-service:
logging:
driver: "json-file"
options:
max-size: "50m"
image: ......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment