Skip to content

Commit

Permalink
Merge pull request #9793 from owncloud/text_fix_ocis_full
Browse files Browse the repository at this point in the history
[docs-only] Text only, fix text defaults for ocis container (production/release)
  • Loading branch information
mmattel authored Aug 13, 2024
2 parents a519eed + bc9734e commit f71b445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions deployments/examples/ocis_full/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 5 additions & 3 deletions docs/ocis/deployment/ocis_full.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f71b445

Please sign in to comment.