Skip to content

Commit

Permalink
[database]: Fix ENTRYPOINT for docker-database to ensure redis-server…
Browse files Browse the repository at this point in the history
… starts as PID 1 (#442)
  • Loading branch information
jleveque authored and Shuotian Cheng committed Mar 27, 2017
1 parent 8caa4cc commit fcaba68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-database/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN sed -ri 's/^daemonize yes$/daemonize no/;
s/^# unixsocket/unixsocket/ \
' /etc/redis/redis.conf

ENTRYPOINT service redis-server start
ENTRYPOINT ["/usr/bin/redis-server", "/etc/redis/redis.conf"]

0 comments on commit fcaba68

Please sign in to comment.