mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
implemented logging via journald
This commit is contained in:
parent
f60e66cc98
commit
eb1341b6af
@ -49,6 +49,8 @@ services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
restart: always
|
||||
logging:
|
||||
driver: journald
|
||||
volumes:
|
||||
- redis:/data
|
||||
healthcheck:
|
||||
|
Loading…
Reference in New Issue
Block a user