1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Use syslog

This commit is contained in:
Maksym Pavlenko
2017-01-09 13:27:56 -08:00
parent d133d8bccb
commit 395b50b6fb

View File

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