Skip to content

Commit

Permalink
fix: 日志可能会撑爆服务(一)
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD authored Nov 4, 2024
1 parent f359f8e commit 86e637d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ services:
- IS_IN_DOCKER=true
- TZ=Asia/Shanghai
network_mode: host
restart: unless-stopped
restart: unless-stopped
logging:
driver: 'json-file'
options:
max-size: '10m'
max-file: '10'

0 comments on commit 86e637d

Please sign in to comment.