Skip to content

Commit

Permalink
Tweak nextcloud healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Jan 24, 2024
1 parent 573537e commit 848f2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./nextcloud/nextcloudcheck.sh:/var/tmp/nextcloudcheck.sh
healthcheck:
test: "bash /var/tmp/nextcloudcheck.sh"
start_period: 30s
start_period: 60s
interval: 5s

worker:
Expand Down
1 change: 1 addition & 0 deletions nextcloud/apache2-sessiontoken
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ git clone https://gitlab.octopuce.fr/octopuce-public/nextcloud-sessiontoken.git
cd /var/www/html/apps/sessiontoken
git config --global --add safe.directory '*'
git checkout 7cf4ff5eea1f16820aa20c3995c3a663e74a9eb7
cd /var/www/html
chown -R www-data: /var/www/html/apps/sessiontoken
#
## install the sessiontoken key in /var/www/html/config/config.php
Expand Down

0 comments on commit 848f2df

Please sign in to comment.