File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/doc/installation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ services:
82
82
restart: always
83
83
volumes:
84
84
- ./data:/var/lib/gitea
85
- - ./config:/etc/gitea
85
+ - ./config:/etc/gitea
86
86
- /etc/timezone:/etc/timezone:ro
87
87
- /etc/localtime:/etc/localtime:ro
88
88
ports:
@@ -112,7 +112,7 @@ services:
112
112
restart: always
113
113
volumes:
114
114
- ./data:/var/lib/gitea
115
- - ./config:/etc/gitea
115
+ - ./config:/etc/gitea
116
116
- /etc/timezone:/etc/timezone:ro
117
117
- /etc/localtime:/etc/localtime:ro
118
118
ports:
@@ -153,7 +153,7 @@ services:
153
153
restart: always
154
154
volumes:
155
155
- ./data:/var/lib/gitea
156
- - ./config:/etc/gitea
156
+ - ./config:/etc/gitea
157
157
- /etc/timezone:/etc/timezone:ro
158
158
- /etc/localtime:/etc/localtime:ro
159
159
ports:
You can’t perform that action at this time.
0 commit comments