Skip to content

Commit

Permalink
Fixed bug in docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett committed Apr 14, 2023
1 parent df828b8 commit 80facb6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ services:
- "8001:8001"
volumes:
- ./redisdata:/data
entrypoint:
redis-server
--loadmodule /usr/lib/redis/modules/redistimeseries.so
--appendonly yes
deploy:
replicas: 1
restart_policy:
Expand Down

0 comments on commit 80facb6

Please sign in to comment.