Changes for page Gitea

Last modified by chrisby on 2024/03/03 14:52

From version 1.5
edited by chrisby
on 2023/10/22 21:10
Change comment: There is no comment for this version
To version 1.4
edited by chrisby
on 2023/09/11 22:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -35,7 +35,6 @@
35 35   environment:
36 36   - USER_UID=1000
37 37   - USER_GID=1000
38 - - DISABLE_REGISTRATION=true
39 39   restart: unless-stopped
40 40   volumes:
41 41   - gitea:/data
... ... @@ -43,6 +43,8 @@
43 43   - /etc/localtime:/etc/localtime:ro
44 44   ports:
45 45   - "2222:22"
45 + environment:
46 + - DISABLE_REGISTRATION=true
46 46   labels:
47 47   - "traefik.enable=true"
48 48   - "traefik.http.routers.gitea.rule=Host(`<subdomain>`)"