Removed volume for OSS Redis as appendonly isn't used.

This commit is contained in:
Simon Prickett 2022-01-05 21:45:31 +00:00
parent 678bc43d3f
commit 45c7ffa27a

View file

@ -15,5 +15,3 @@ services:
restart: always restart: always
ports: ports:
- "6381:6379" - "6381:6379"
volumes:
- ./oss_data:/oss_data