mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Merge pull request #9793 from owncloud/text_fix_ocis_full
[docs-only] Text only, fix text 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"
|
||||
|
||||
@@ -72,7 +72,7 @@ See also [example server setup]({{< ref "preparing_server" >}})
|
||||
|
||||
The file by default looks like this:
|
||||
|
||||
```shell {linenos=table,hl_lines=[8,24,46,48,133,136]}
|
||||
```shell {linenos=table,hl_lines=[8,24,48,50,135,138]}
|
||||
## Basic Settings ##
|
||||
# Define the docker compose log driver used.
|
||||
# Defaults to local
|
||||
@@ -111,10 +111,12 @@ See also [example server setup]({{< ref "preparing_server" >}})
|
||||
# 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