Skip to content

Commit 4f6277d

Browse files
build: unlock redis version from docker-compose.yml dev file (tagless)� (#810)
1 parent 8a0df4b commit 4f6277d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
volumes:
1111
- postgres-data:/var/lib/postgresql/data
1212
redis:
13-
image: bitnami/redis:7.0.12
13+
image: bitnami/redis
1414
restart: "always"
1515
environment:
1616
- ALLOW_EMPTY_PASSWORD=yes

0 commit comments

Comments
 (0)