remove docker-compose.yml.example command

This commit is contained in:
Norm 2023-02-24 11:23:52 -05:00
parent b046718d1d
commit 5ffcb9f235
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ Copy example configuration files with following:
```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
```
Edit `default.yml` and `docker.env` according to the instructions in the files.