Use stable image of busybox for redis

This commit is contained in:
Marko Korhonen 2022-08-17 14:28:02 +03:00
parent 27fb6f64a3
commit 0a14b90d3d

View file

@ -7,7 +7,7 @@ restart = "unless-stopped"
volumes = ["/docker/redis/redis.conf:/etc/redis.conf", "redis_temp:/tmp/redis"]
[services.redis_temp]
image = "busybox"
image = "busybox:stable"
container_name = "redis_temp"
command = "chmod -R 777 /tmp/redis"
volumes = ["redis_temp:/tmp/redis"]