mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Set log rotation by default for CD
This commit is contained in:
parent
95d48ac192
commit
b8b6d250a2
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cd/docker-compose.yml
vendored
6
.github/workflows/cd/docker-compose.yml
vendored
|
|
@ -7,6 +7,12 @@ x-params:
|
|||
network_mode: "host"
|
||||
privileged: true
|
||||
restart: always
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "64m"
|
||||
max-file: "5"
|
||||
compress: "true"
|
||||
|
||||
services:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue