From 26f67eac4d9d02b17ef0a4ed67e29f1a2c6ec129 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Tue, 12 May 2026 16:10:25 +0200 Subject: [PATCH] fix: update attribute value --- global-attributes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-attributes.yml b/global-attributes.yml index a915765c6..3515ca462 100644 --- a/global-attributes.yml +++ b/global-attributes.yml @@ -39,7 +39,7 @@ oc-examples-password: 'password' oc-complete-name: 'owncloud-complete-latest' occ-command-example-prefix: 'sudo -u www-data ./occ' - occ-command-example-prefix-docker: 'docker exec --user www-data occ' + occ-command-example-prefix-docker: 'docker compose exec owncloud occ' php-net-url: 'https://www.php.net' php-supported-versions-url: 'https://www.php.net/supported-versions.php' http-status-codes-base-url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status'