mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
use install
This commit is contained in:
parent
423aaca2cf
commit
86851c8b0a
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ sudo tee /etc/docker/daemon.json < etc/docker/daemon.json
|
|||
## 構築
|
||||
|
||||
```sh
|
||||
echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())') >> .env
|
||||
chmod 600 .env
|
||||
install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secrets.token_urlsafe())')) .env
|
||||
docker-compose up -d
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue