Update docker-compose.yml
Added a logging driver for troubleshooting
This commit is contained in:
parent
d12dfc615f
commit
e5e92871bd
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