1
0
Fork 0
mirror of https://github.com/kou029w/fogtype.com synced 2025-01-18 08:05:02 +00:00

update docs

This commit is contained in:
Nebel 2022-05-29 21:05:00 +09:00
parent a9f0a85ea3
commit 74d42968da

View file

@ -20,5 +20,5 @@ install -m 600 <(echo POSTGRES_PASSWORD=$(python3 -c 'import secrets; print(secr
## 構築
```sh
docker-compose up -d
docker compose up -d
```