diff --git a/docker-compose.yml b/docker-compose.yml index 53d1ae5..3856957 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,9 +7,4 @@ services: volumes: - ./config/config.json:/etc/sing-box/config.json - ./tls:/etc/sing-box/tls - command: -C /etc/sing-box run - logging: - driver: "json-file" - options: - max-size: "10m" - max-file: "3" \ No newline at end of file + command: -C /etc/sing-box run \ No newline at end of file