You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More about hpr's config to check [Configurateion](/en/configuration.md) page.
25
25
26
-
Then, migrate old repositories directory to hpr:
26
+
Next step, you need get the path of gitlab-mirrors's repositories directory: get $repo_dir value from config.sh,default is /home/gitmirror/repositories
27
27
28
-
```bash
29
-
# get $repo_dir value from config.sh,default is /home/gitmirror/repositories
30
-
$ cd /home/gitmirror/repositories
31
-
32
-
# Copy the whole directory to hpr's directory
33
-
$ cp -r mirrors /path/to/hpr/repositories
34
-
```
35
-
36
-
Finally, edit docker-compose.yml file:
28
+
Then edit docker-compose.yml file, next move is run `docker-compose up -d`
0 commit comments