Browse Source

disabled new user registration

master
Jared Smith 2 years ago
parent
commit
b7aab19412
  1. 1
      gitea/docker-compose.yml

1
gitea/docker-compose.yml

@ -14,6 +14,7 @@ services:
- GITEA__server__ROOT_URL=https://git.jaredtsmith.com/
- GITEA__server__SSH_DOMAIN=git.jaredtsmith.com
- GITEA__server__SSH_PORT=3022
- GITEA__service__DISABLE_REGISTRATION=true
restart: always
volumes:
- /var/gitea-data:/data

Loading…
Cancel
Save