about to test
This commit is contained in:
parent
abb227facd
commit
205b270dd4
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ docker pull gitea/gitea
|
|||
docker build -t custom_gitea:$TAG ~/workspace/gitea_docker
|
||||
docker stop gitea
|
||||
docker rm gitea
|
||||
docker run -d --restart=always -p 8080:8080 -v gitea_home:/var/gitea_home --name gitea custom_gitea:$TAG
|
||||
docker run -d --restart=always -p 22222:22 -p 3000:3010 -v /var/lib/gitea:/data --name gitea custom_gitea:$TAG
|
||||
|
|
Loading…
Add table
Reference in a new issue