mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-25 06:29:15 -05:00
[docs-only] Fix the default deployment release type
This commit is contained in:
@@ -38,8 +38,8 @@ OCIS=:ocis.yml
|
||||
# The oCIS container image.
|
||||
# For production releases: "owncloud/ocis"
|
||||
# For rolling releases: "owncloud/ocis-rolling"
|
||||
# Defaults to "owncloud/ocis-rolling" (rolling release)
|
||||
OCIS_DOCKER_IMAGE=
|
||||
# Defaults to production if not set otherwise
|
||||
OCIS_DOCKER_IMAGE=owncloud/ocis-rolling
|
||||
# The oCIS container version.
|
||||
# Defaults to "latest" and points to the latest stable tag.
|
||||
OCIS_DOCKER_TAG=
|
||||
|
||||
@@ -6,9 +6,7 @@ services:
|
||||
aliases:
|
||||
- ${OCIS_DOMAIN:-ocis.owncloud.test}
|
||||
ocis:
|
||||
# FIXME: move back to "owncloud/ocis" once the collaboration service is
|
||||
# part of a production release. set the text in .env for the default accordingly
|
||||
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis-rolling}:${OCIS_DOCKER_TAG:-latest}
|
||||
image: ${OCIS_DOCKER_IMAGE:-owncloud/ocis}:${OCIS_DOCKER_TAG:-latest}
|
||||
networks:
|
||||
ocis-net:
|
||||
entrypoint:
|
||||
|
||||
@@ -113,8 +113,8 @@ See also [example server setup]({{< ref "preparing_server" >}})
|
||||
# The oCIS container image.
|
||||
# For production releases: "owncloud/ocis"
|
||||
# For rolling releases: "owncloud/ocis-rolling"
|
||||
# Defaults to "owncloud/ocis-rolling" (rolling release)
|
||||
OCIS_DOCKER_IMAGE=
|
||||
# Defaults to production if not set otherwise
|
||||
OCIS_DOCKER_IMAGE=owncloud/ocis-rolling
|
||||
# The oCIS container version.
|
||||
# Defaults to "latest" and points to the latest stable tag.
|
||||
OCIS_DOCKER_TAG=
|
||||
|
||||
Reference in New Issue
Block a user