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:
@@ -15,13 +15,9 @@ services:
|
|||||||
- Podsync:RedisConnectionString=redis
|
- Podsync:RedisConnectionString=redis
|
||||||
env_file:
|
env_file:
|
||||||
- ~/podsync.env
|
- ~/podsync.env
|
||||||
logging:
|
|
||||||
driver: syslog
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
command: redis-server --appendonly yes
|
command: redis-server --appendonly yes
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /data/redis:/data
|
- /data/redis:/data
|
||||||
logging:
|
|
||||||
driver: syslog
|
|
Reference in New Issue
Block a user