Use stable image of busybox for redis

This commit is contained in:
Marko Korhonen 2022-08-17 14:28:02 +03:00
parent 6d30b1876f
commit 08f33e7c48
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

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"]