@dattran2346 Just something to note - the docker-compose docs are showing the max-size
and max-file
as being under the options
block.
<service_name>
logging:
options:
max-size: "10m"
max-file: "5"
Share and learn in the Docker community.
@dattran2346 Just something to note - the docker-compose docs are showing the max-size
and max-file
as being under the options
block.
<service_name>
logging:
options:
max-size: "10m"
max-file: "5"