From 3cdf5a1386a4377eeb2893373f785b945e2347d5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:38:58 +0100 Subject: Fix up healthcheck generation for workers docker image (#12405) This wasn't quite generating the right thing. --- docker/Dockerfile-workers | 3 --- 1 file changed, 3 deletions(-) (limited to 'docker/Dockerfile-workers') diff --git a/docker/Dockerfile-workers b/docker/Dockerfile-workers index 46f2e17382..6fb1cdbfb0 100644 --- a/docker/Dockerfile-workers +++ b/docker/Dockerfile-workers @@ -14,9 +14,6 @@ COPY ./docker/conf-workers/* /conf/ # Expose nginx listener port EXPOSE 8080/tcp -# Volume for user-editable config files, logs etc. -VOLUME ["/data"] - # A script to read environment variables and create the necessary # files to run the desired worker configuration. Will start supervisord. COPY ./docker/configure_workers_and_start.py /configure_workers_and_start.py -- cgit 1.5.1