From 8d1ae7e632887a6ddead9176f8a236cde39f3a30 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Wed, 13 May 2026 13:11:11 -0400 Subject: [PATCH] Remove the unsuported gitea action off --- versioncontrol/compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/versioncontrol/compose.yml b/versioncontrol/compose.yml index 6887f69..01007ff 100644 --- a/versioncontrol/compose.yml +++ b/versioncontrol/compose.yml @@ -8,13 +8,10 @@ services: - USER_GID=1000 - GITEA__server__ROOT_URL=https://code.lazyworkhorse.net - GITEA__actions__ENABLED=true - - GITEA__actions__DEFAULT_ACTIONS_URL=off - SSH_PORT=2222 - SSH_LISTEN_PORT=2222 # Enable Gitea Actions (act_runner required on host) - GITEA__actions__ENABLED=true - # Don't fetch actions from GitHub (offline mode + local only) - - GITEA__actions__DEFAULT_ACTIONS_URL=off volumes: - /mnt/HoardingCow_docker_data/Gitea:/data networks: