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