... |
... |
@@ -1,4 +1,4 @@ |
1 |
|
-====== docker-compose.yml ====== |
|
1 |
+**docker-compose.yml** |
2 |
2 |
|
3 |
3 |
{{code language="yaml"}} |
4 |
4 |
version: "3.3" |
... |
... |
@@ -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. |