WIP: Switch to NixOS #5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ restart = "unless-stopped"
|
||||||
volumes = ["/docker/redis/redis.conf:/etc/redis.conf", "redis_temp:/tmp/redis"]
|
volumes = ["/docker/redis/redis.conf:/etc/redis.conf", "redis_temp:/tmp/redis"]
|
||||||
|
|
||||||
[services.redis_temp]
|
[services.redis_temp]
|
||||||
image = "busybox"
|
image = "busybox:stable"
|
||||||
container_name = "redis_temp"
|
container_name = "redis_temp"
|
||||||
command = "chmod -R 777 /tmp/redis"
|
command = "chmod -R 777 /tmp/redis"
|
||||||
volumes = ["redis_temp:/tmp/redis"]
|
volumes = ["redis_temp:/tmp/redis"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue