Changes for page Gitea

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

From version 1.7
edited by chrisby
on 2024/03/03 14:52
Change comment: There is no comment for this version
To version 1.5
edited by chrisby
on 2023/10/22 21:10
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,6 @@
1 -====== docker-compose.yml ======
1 +**docker-compose.yml**
2 2  
3 -{{code language="none"}}
3 +{{code language="yaml"}}
4 4  version: "3.3"
5 5  
6 6  volumes:
... ... @@ -51,8 +51,6 @@
51 51   - "traefik.http.services.gitea.loadbalancer.server.port=3000"
52 52  {{/code}}
53 53  
54 -====== Instructions ======
55 -
56 56  * Execute {{code language="none"}}docker-compose up -d{{/code}}
57 57  * Go to {{code language="none"}}https://<subdomain>{{/code}}
58 58  * Use the default installation settings including SQLite as the database, and create an admin account. The SSH port will be available on port 2222.