Merge pull request #102 from ScotDex/patch-3
add docker log rotation - thanks @ScotDex ref: https://docs.docker.com/engine/logging/configure/
This commit is contained in:
commit
ecabe46c78
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@ services:
|
||||||
aliases:
|
aliases:
|
||||||
- "$REDIS_HOST"
|
- "$REDIS_HOST"
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: json-file
|
||||||
|
options: "5m"
|
||||||
|
max-file: "3"
|
||||||
restart: always
|
restart: always
|
||||||
pf-socket:
|
pf-socket:
|
||||||
image: ghcr.io/goryn-clade/pf-websocket:latest
|
image: ghcr.io/goryn-clade/pf-websocket:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue