mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 04:40:05 -06:00
add volume to docker image
This commit is contained in:
7
changelog/unreleased/docker_image_volume.md
Normal file
7
changelog/unreleased/docker_image_volume.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Change: Add "volume" declaration to docker images
|
||||
|
||||
Tags: docker
|
||||
|
||||
Add "volume" declaration to docker images. This makes it easier for Docker users to see where oCIS stores data.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/1375
|
||||
@@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY bin/ocis /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
|
||||
@@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY bin/ocis /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
|
||||
@@ -15,3 +15,5 @@ ENTRYPOINT ["/usr/bin/ocis"]
|
||||
CMD ["server"]
|
||||
|
||||
COPY bin/ocis /usr/bin/ocis
|
||||
|
||||
VOLUME [ "/var/tmp/ocis" ]
|
||||
|
||||
Reference in New Issue
Block a user