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:
|
||||
- "$REDIS_HOST"
|
||||
logging:
|
||||
driver: none
|
||||
driver: json-file
|
||||
options: "5m"
|
||||
max-file: "3"
|
||||
restart: always
|
||||
pf-socket:
|
||||
image: ghcr.io/goryn-clade/pf-websocket:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue