docs: docker-compose.yml.exampleのファイル名修正 (#73)

This commit is contained in:
Masaya Suzuki 2023-12-23 23:42:59 +09:00 committed by GitHub
parent aff566ba94
commit 8450c38082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ git checkout master
```sh
cp .config/docker_example.yml .config/default.yml
cp .config/docker_example.env .config/docker.env
cp ./docker-compose.yml.example ./docker-compose.yml
cp ./docker-compose_example.yml ./docker-compose.yml
```
`default.yml`と`docker.env`をファイル内の説明に従って編集してください。