[docs-only] Fix defaults for ocis container (production/release)
This commit is contained in:
@@ -36,10 +36,12 @@ TRAEFIK_ACME_CASERVER=
|
||||
# Note: the leading colon is required to enable the service.
|
||||
OCIS=:ocis.yml
|
||||
# The oCIS container image.
|
||||
# Defaults to "owncloud/ocis" which contains the production releases.
|
||||
# For production releases: "owncloud/ocis"
|
||||
# For rolling releases: "owncloud/ocis-rolling"
|
||||
# Defaults to "owncloud/ocis" (production)
|
||||
OCIS_DOCKER_IMAGE=
|
||||
# The oCIS container version.
|
||||
# Defaults to "latest". This will point to the latest stable tag.
|
||||
# Defaults to "latest" and points to the latest stable tag.
|
||||
OCIS_DOCKER_TAG=
|
||||
# Domain of oCIS, where you can find the frontend.
|
||||
# Defaults to "ocis.owncloud.test"
|
||||
|
||||
Reference in New Issue
Block a user