diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-11 14:38:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 13:38:58 +0000 |
commit | 3cdf5a1386a4377eeb2893373f785b945e2347d5 (patch) | |
tree | 8840e93ce8af71d2cad98bac7c48048c3020a14f /docker/Dockerfile-workers | |
parent | Disallow untyped defs in synapse._scripts (#12422) (diff) | |
download | synapse-3cdf5a1386a4377eeb2893373f785b945e2347d5.tar.xz |
Fix up healthcheck generation for workers docker image (#12405)
This wasn't quite generating the right thing.
Diffstat (limited to 'docker/Dockerfile-workers')
-rw-r--r-- | docker/Dockerfile-workers | 3 |
1 files changed, 0 insertions, 3 deletions
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 |