mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
update Docker info
This commit is contained in:
parent
acf428863c
commit
86d3c5cbb3
4 changed files with 16 additions and 2 deletions
|
@ -48,6 +48,17 @@ Most of settings are obvious and easy to understand, but there are some settings
|
|||
|
||||
Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
|
||||
|
||||
## Upgrade
|
||||
|
||||
:exclamation::exclamation::exclamation:<span style="color: red">**Make sure you have volumed data to somewhere outside Docker container**</span>:exclamation::exclamation::exclamation:
|
||||
|
||||
Steps to upgrade Gogs with Docker:
|
||||
|
||||
- `docker pull gogs/gogs`
|
||||
- `docker stop gogs`
|
||||
- `docker rm gogs`
|
||||
- Finally, create container as the first time and don't forget to do same volume and port mapping.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
If you see the following error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue