Also rename docker-compose.yml to compose.yaml

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof
2022-05-10 11:48:03 +02:00
parent 30f613f1a9
commit 40ba972d9b
23 changed files with 17 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ the same port of the host as specified in the compose file.
## Deploy with docker compose
```
$ docker$ compose up -d
$ docker compose up -d
Creating network "gitea-postgres_default" with the default driver
Creating gitea-postgres_db_1 ... done
Creating gitea-postgres_gitea_1 ... done