Merge pull request #71 from simonprickett/adjust-oss-redis-docker

Update docker-compose.yml to remove volume configuration for OSS Redis, as appendonly isn't configured.
This commit is contained in:
Simon Prickett 2022-01-07 12:56:27 +00:00 committed by GitHub
commit 0b206dd90e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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