Update rendered example

This commit is contained in:
Daniel Berteaud 2024-01-11 19:50:19 +01:00
parent 057d8ec06d
commit e92e49497a
1 changed files with 2 additions and 4 deletions

View File

@ -237,10 +237,7 @@ _EOT
}
# vim: syntax=hcl
# This is a generic, small and reusable redis task
# It provides no data persistance
# Local redis instance
task "redis" {
driver = "docker"
user = 6379
@ -253,6 +250,7 @@ _EOT
config {
image = "redis:alpine"
readonly_rootfs = true
force_pull = true
args = ["/local/redis.conf"]
}