diff --git a/gitea/docker-compose.yml b/gitea/docker-compose.yml index f7703d9..3fd6af3 100644 --- a/gitea/docker-compose.yml +++ b/gitea/docker-compose.yml @@ -18,6 +18,7 @@ services: - GITEA__server__HTTP_PORT=3000 - GITEA__server__LOCAL_ROOT_URL=http://gitea.local:3000/ - GITEA__server__ROOT_URL=http://gitea.local:3000/ + - GITEA__actions__ENABLED=true - GITEA__security__INSTALL_LOCK=true restart: always networks: