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

Use default logging for container

This commit is contained in:
Maksym Pavlenko
2017-01-20 17:22:03 -08:00
parent 7e8638fe67
commit 0e68bda8f3

View File

@@ -15,13 +15,9 @@ 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