Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit ffa948b

Browse files
author
Feng Honglin
committed
Merge pull request #1 from samuelgiles/master
Fixed wrong PID in reload.sh
2 parents e7cfd9b + 1018cf2 commit ffa948b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN echo 'deb http://ppa.launchpad.net/vbernat/haproxy-1.5/ubuntu trusty main' >
1010
apt-get clean && \
1111
rm -rf /var/lib/apt/lists/* && \
1212
echo '#!/bin/sh' > /reload.sh && \
13-
echo 'kill -USR1 $(cat /tmp/tutum-haproxy.pid)' >> /reload.sh && \
13+
echo 'kill -USR1 $(cat /tmp/dockercloud-haproxy.pid)' >> /reload.sh && \
1414
chmod +x /reload.sh
1515

1616
COPY . haproxy-src/

0 commit comments

Comments
 (0)