aurweb/docker/scripts/run-redis.sh
Kevin Morris 96d1af9363
docker-compose: add redis service
Now, the fastapi docker-compose service uses the new redis
service for a cache option.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-08-17 19:58:26 -07:00

2 lines
61 B
Bash
Executable file

#!/bin/bash
exec /usr/bin/redis-server /etc/redis/redis.conf