2025-01-03

도커 내부의 hosts에 주소 추가하기


echo "192.168.10.19 happycpu-P620.local" | sudo tee -a /etc/hosts

댓글 없음:

댓글 쓰기

gitea 설치

깃 서버 wget -O gitea https://dl.gitea.com/gitea/1.22.0/gitea-1.22.0-linux-amd64 chmod a+x gitea ./gitea web github 에서 미러링시에, access token을 넣어야...