mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Use syslog
This commit is contained in:
@ -15,9 +15,13 @@ services:
|
||||
- Podsync:RedisConnectionString=redis
|
||||
env_file:
|
||||
- ~/podsync.env
|
||||
logging:
|
||||
driver: syslog
|
||||
redis:
|
||||
image: redis
|
||||
command: redis-server --appendonly yes
|
||||
restart: always
|
||||
volumes:
|
||||
- /data/redis:/data
|
||||
logging:
|
||||
driver: syslog
|
Reference in New Issue
Block a user