Created
March 28, 2019 18:32
-
-
Save ZeroDragon/07ff8febce794130a23ddf03616ceb8e to your computer and use it in GitHub Desktop.
Custom loggig in docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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