Skip to content

Commit

Permalink
Merge pull request #326 from David-Moody/master
Browse files Browse the repository at this point in the history
Fix stop signal for stats container
  • Loading branch information
SChernykh authored Dec 20, 2024
2 parents dd2812f + 5bd55a5 commit 8cc4935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose/statistics/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ COPY app /app
WORKDIR /app
RUN pip install -r requirements.txt

STOPSIGNAL SIGINT

CMD ["/app/p2pool_statistics.py"]

0 comments on commit 8cc4935

Please sign in to comment.