updated migration notes

This commit is contained in:
nihilist 2025-01-07 19:00:08 +01:00
parent 1c74b6b14e
commit aa150ca831

View file

@ -137,7 +137,10 @@ networks:
services: services:
server: server:
#image: gitea/gitea:latest
# to migrate from an existing gitea instance to a forgejo one all you need is to simply comment this above line, and replace it with the one below:
image: codeberg.org/forgejo/forgejo:9.0.3 image: codeberg.org/forgejo/forgejo:9.0.3
# but warning, this won't work anymore starting from 1.23.X, 1.22.X is the last version where you can do this seamlessly.
container_name: forgejo container_name: forgejo
environment: environment:
- USER_UID=1000 - USER_UID=1000