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