github配置ssh登陆
生成ssh密钥 替换其中的your_email@example.com为自己的github账号邮箱地址 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加SSH密钥到 SSH-Agent ssh-add ~/.ssh/id_rsa 获取公
生成ssh密钥 替换其中的your_email@example.com为自己的github账号邮箱地址 ssh-keygen -t rsa -b 4096 -C "your_email@example.com" 添加SSH密钥到 SSH-Agent ssh-add ~/.ssh/id_rsa 获取公
假设服务器已安装好 docker 、nginx ,服务器 IP 可被公网访问 拉取镜像 拉取数据库镜像 docker pull postgres:15-alpine 拉取 umami 镜像 docker pull docker.umami.is/umami-software/umami:postgr