Rename git to gitea

This commit is contained in:
Khue Doan 2020-06-22 14:38:49 +07:00
parent 80f171252b
commit 9f5984c2ff
2 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ services:
build: ./homepage/
ports:
- "8000:8000"
git:
container_name: "khuedoan_git"
build: ./git/
gitea:
container_name: "khuedoan_gitea"
build: ./gitea/
ports:
- "3000:3000"
- "22:22"