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:
commit
0b206dd90e
1 changed files with 0 additions and 2 deletions
|
@ -15,5 +15,3 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "6381:6379"
|
- "6381:6379"
|
||||||
volumes:
|
|
||||||
- ./oss_data:/oss_data
|
|
Loading…
Reference in a new issue