Update docker-compose.yml

Added a logging driver for troubleshooting
This commit is contained in:
ScottishDex 2024-12-08 01:04:59 +00:00 committed by GitHub
parent d12dfc615f
commit e5e92871bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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