Skip to content

Commit

Permalink
Update default.provisioners.yaml - redis:7-alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Benoit <[email protected]>
  • Loading branch information
mathieu-benoit authored May 15, 2024
1 parent 37de302 commit 4fd3cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/default.provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{{ .State.serviceName }}:
labels:
dev.score.compose.res.uid: {{ .Uid }}
image: redis:7
image: redis:7-alpine
restart: always
entrypoint: ["redis-server"]
command: ["/usr/local/etc/redis/redis.conf"]
Expand Down

0 comments on commit 4fd3cc5

Please sign in to comment.