mirror of
https://github.com/hoellen/dockerfiles.git
synced 2026-07-16 19:28:22 +00:00
3 lines
44 B
Bash
3 lines
44 B
Bash
#!/bin/sh
|
|
exec redis-server /etc/redis.conf
|