Browse Source

add limit log in docker

main
lucas cardoso 2 years ago
parent
commit
3ebc52e772
  1. 8
      docker-compose.yml

8
docker-compose.yml

@ -1,3 +1,11 @@
x-logging:
&x-logging
logging:
driver: 'json-file'
options:
max-file: '5'
max-size: '10m'
version: '3.7' version: '3.7'
networks: networks:
working: working:

Loading…
Cancel
Save