-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27d1783
commit 1a18a49
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Change: Add "expose" information to docker images | ||
|
||
Tags: docker | ||
|
||
Add "expose" information to docker images. Docker users will now see that we offer services on port 9200. | ||
|
||
https://github.com/owncloud/ocis/pull/1366 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ LABEL maintainer="ownCloud GmbH <[email protected]>" \ | |
org.label-schema.vendor="ownCloud GmbH" \ | ||
org.label-schema.schema-version="1.0" | ||
|
||
EXPOSE 9200/tcp | ||
|
||
ENTRYPOINT ["/usr/bin/ocis"] | ||
CMD ["server"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ LABEL maintainer="ownCloud GmbH <[email protected]>" \ | |
org.label-schema.vendor="ownCloud GmbH" \ | ||
org.label-schema.schema-version="1.0" | ||
|
||
EXPOSE 9200/tcp | ||
|
||
ENTRYPOINT ["/usr/bin/ocis"] | ||
CMD ["server"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,8 @@ LABEL maintainer="ownCloud GmbH <[email protected]>" \ | |
org.label-schema.vendor="ownCloud GmbH" \ | ||
org.label-schema.schema-version="1.0" | ||
|
||
EXPOSE 9200/tcp | ||
|
||
ENTRYPOINT ["/usr/bin/ocis"] | ||
CMD ["server"] | ||
|
||
|