Skip to content

Commit

Permalink
Revert "Add /tmp and /run volumes"
Browse files Browse the repository at this point in the history
This reverts commit 384b4de.

These volumes are only intended to be used as tmpfs, but when adding
them as VOLUME in Dockerfile, these will end up as real volumes in the
swarm mode.

Fixes #2816
  • Loading branch information
nijel committed Nov 20, 2024
1 parent 01d61e7 commit 0b02c62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ COPY --link --chmod=0755 start health_check /app/bin/
EXPOSE 8080
VOLUME /app/data
VOLUME /app/cache
VOLUME /tmp
VOLUME /run

# Numerical value is needed for OpenShift S2I, see
# https://docs.openshift.com/container-platform/latest/openshift_images/create-images.html
Expand Down

0 comments on commit 0b02c62

Please sign in to comment.