chore: secure forgejo from signup

This commit is contained in:
thomasabishop 2025-06-19 17:36:49 +00:00
parent b2de2a1c8c
commit 1005b9ec00

View file

@ -5,6 +5,7 @@ services:
environment:
- USER_UID=1000
- USER_GID=1000
- FORGEJO__service__DISABLE_REGISTRATION=true
restart: always
networks:
- forgejo