mirror of
https://github.com/go-gitea/docs.git
synced 2026-07-19 14:23:32 -04:00
Install with Docker: fix typo (#82)
This commit is contained in:
committed by
Lunny Xiao
parent
f5a3f6b206
commit
0b77bc0242
@@ -27,7 +27,7 @@ To keep your repositories and some other data persistent you should create a dir
|
||||
sudo mkdir -p /var/lib/gitea
|
||||
```
|
||||
|
||||
Now it's time to launch the docker container, this is a pretty straigt-forward process. You have to define the port mapping and you also have to provide the volume path for persisting the data:
|
||||
Now it's time to launch the docker container, this is a pretty straight-forward process. You have to define the port mapping and you also have to provide the volume path for persisting the data:
|
||||
|
||||
```
|
||||
docker run -d --name=gitea -p 10022:22 -p 10080:3000 -v /var/lib/gitea:/data gitea/gitea:latest
|
||||
|
||||
Reference in New Issue
Block a user