Skip to content

Commit

Permalink
docker redis ver (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor authored Apr 10, 2024
1 parent f5135e4 commit 9ce6243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/template/docker/files/docker-compose/redis.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
redis:
image: redis:latest
image: redis:7.2.4
restart: always
ports:
- "${DB_PORT}:6379"

0 comments on commit 9ce6243

Please sign in to comment.