File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
docs/content/doc/installation Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ services:
91
91
- /etc/timezone:/etc/timezone:ro
92
92
- /etc/localtime:/etc/localtime:ro
93
93
ports :
94
- - - "3000:3000"
95
- - - "222:22"
96
- + - "8080:3000"
97
- + - "2221:22"
94
+ - - "3000:3000"
95
+ - - "222:22"
96
+ + - "8080:3000"
97
+ + - "2221:22"
98
98
```
99
99
100
100
## Databases
@@ -118,11 +118,11 @@ services:
118
118
environment:
119
119
- USER_UID=1000
120
120
- USER_GID=1000
121
- + - DB_TYPE=mysql
122
- + - DB_HOST=db:3306
123
- + - DB_NAME=gitea
124
- + - DB_USER=gitea
125
- + - DB_PASSWD=gitea
121
+ + - DB_TYPE=mysql
122
+ + - DB_HOST=db:3306
123
+ + - DB_NAME=gitea
124
+ + - DB_USER=gitea
125
+ + - DB_PASSWD=gitea
126
126
restart: always
127
127
networks:
128
128
- gitea
@@ -169,11 +169,11 @@ services:
169
169
environment:
170
170
- USER_UID=1000
171
171
- USER_GID=1000
172
- + - DB_TYPE=postgres
173
- + - DB_HOST=db:5432
174
- + - DB_NAME=gitea
175
- + - DB_USER=gitea
176
- + - DB_PASSWD=gitea
172
+ + - DB_TYPE=postgres
173
+ + - DB_HOST=db:5432
174
+ + - DB_NAME=gitea
175
+ + - DB_USER=gitea
176
+ + - DB_PASSWD=gitea
177
177
restart: always
178
178
networks:
179
179
- gitea
@@ -226,8 +226,8 @@ services:
226
226
networks:
227
227
- gitea
228
228
volumes:
229
- - - ./gitea:/data
230
- + - gitea:/data
229
+ - - ./gitea:/data
230
+ + - gitea:/data
231
231
- /etc/timezone:/etc/timezone:ro
232
232
- /etc/localtime:/etc/localtime:ro
233
233
ports:
You can’t perform that action at this time.
0 commit comments