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/ build: ./homepage/
ports: ports:
- "8000:8000" - "8000:8000"
git: gitea:
container_name: "khuedoan_git" container_name: "khuedoan_gitea"
build: ./git/ build: ./gitea/
ports: ports:
- "3000:3000" - "3000:3000"
- "22:22" - "22:22"