Conversation
ac8a4ec to
83d5e72
Compare
b9267ca to
7828ff8
Compare
NEXTCLOUD_INIT_LOCK to enable shared html volume updateNEXTCLOUD_INIT_HTACCESS to run occ maintenance:update:htaccess after initialisation
This comment was marked as resolved.
This comment was marked as resolved.
…` after init Signed-off-by: John Molakvoæ <[email protected]>
7828ff8 to
dff2177
Compare
J0WI
reviewed
Jun 29, 2022
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Jun 30, 2022
Changes: - https///github.com/nextcloud/docker/commit/941450c: Runs update.sh - https///github.com/nextcloud/docker/commit/502fda1: Use $PHP_INI_DIR var (https///github.com/nextcloud/docker/pull/1765) - https///github.com/nextcloud/docker/commit/66f397f: Runs update.sh - https///github.com/nextcloud/docker/commit/3df4ad5: Alpine 3.16 (https///github.com/nextcloud/docker/pull/1779) - https///github.com/nextcloud/docker/commit/0eda450: Runs update.sh - https///github.com/nextcloud/docker/commit/209d65d: Add `NEXTCLOUD_INIT_HTACCESS` to run `occ maintenance:update:htaccess` after init (https///github.com/nextcloud/docker/pull/1761)
tclavier
pushed a commit
to tclavier/docker
that referenced
this pull request
Jul 23, 2022
…` after init (nextcloud#1761) Signed-off-by: John Molakvoæ <[email protected]> Signed-off-by: Thomas Clavier <[email protected]>
ananace
pushed a commit
to ananace/docker-nextcloud
that referenced
this pull request
May 10, 2024
…` after init (nextcloud#1761) Signed-off-by: John Molakvoæ <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use case:
For your entire setup to work, it require each container to have an up-to-date htaccess.
Since firing new containers is usually done automatically/programatically on swarm environments, you cannot manually run an occ command on each new node. You need a way to have that part of your init process.