Skip to content

Commit

Permalink
move /tmp volume to unit-base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian committed Jan 13, 2024
1 parent 3dcd8f4 commit cda4fb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docker/mediawiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ COPY config.json /app/config.json
# mount /app/mediawiki/LocalSettings.php:ro
# mount /app/mediawiki/images/:rw

# mediawiki temporary directory
VOLUME [ "/tmp" ]
1 change: 1 addition & 0 deletions docker/unit-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ COPY docker-entrypoint.sh .

VOLUME [ "/var/lib/unit" ]
VOLUME [ "/run" ]
VOLUME [ "/tmp" ]

CMD [ "/app/docker-entrypoint.sh" ]

0 comments on commit cda4fb8

Please sign in to comment.