File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
docs/content/doc/installation Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -267,3 +267,16 @@ be placed in `/data/gitea` directory. If using host volumes it's quite easy to a
267
267
files; for named volumes this is done through another container or by direct access at
268
268
` /var/lib/docker/volumes/gitea_gitea/_data ` . The configuration file will be saved at
269
269
` /data/gitea/conf/app.ini ` after the installation.
270
+
271
+ # Upgrading
272
+
273
+ :exclamation ::exclamation : ** Make sure you have volumed data to somewhere outside Docker container** :exclamation ::exclamation : **
274
+
275
+ To upgrade your installation to the latest release:
276
+ ```
277
+ # Edit `docker-compose.yml` to update the version, if you have one specified
278
+ # Pull new images
279
+ docker-compose pull
280
+ # Start a new container, automatically removes old one
281
+ docker-compose up -d
282
+ ```
You can’t perform that action at this time.
0 commit comments