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:
9191 - /etc/timezone:/etc/timezone:ro
9292 - /etc/localtime:/etc/localtime:ro
9393 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"
9898```
9999
100100## Databases
@@ -118,11 +118,11 @@ services:
118118 environment:
119119 - USER_UID=1000
120120 - 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
126126 restart: always
127127 networks:
128128 - gitea
@@ -169,11 +169,11 @@ services:
169169 environment:
170170 - USER_UID=1000
171171 - 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
177177 restart: always
178178 networks:
179179 - gitea
@@ -226,8 +226,8 @@ services:
226226 networks:
227227 - gitea
228228 volumes:
229- - - ./gitea:/data
230- + - gitea:/data
229+ - - ./gitea:/data
230+ + - gitea:/data
231231 - /etc/timezone:/etc/timezone:ro
232232 - /etc/localtime:/etc/localtime:ro
233233 ports:
You can’t perform that action at this time.
0 commit comments