mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
fix
This commit is contained in:
parent
1466fe1f6a
commit
555d1838dd
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
Git リポジトリを取得し、設定ファイルを配置
|
||||
|
||||
```sh
|
||||
```bash
|
||||
ssh kou029w@keiu.net
|
||||
git clone git@github.com:kou029w/keiu.net.git
|
||||
cd keiu.net
|
||||
sudo tee /etc/docker/daemon.json < etc/docker/daemon.json
|
||||
sudo install -m 644 {,/}etc/docker/daemon.json
|
||||
sudo systemctl restart docker
|
||||
install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())')) .env
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue