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

@@ -30,7 +30,7 @@ port 80 of the host as specified in the compose file.
## Deploy with docker compose
```
$ docker$ compose up -d
$ docker compose up -d
Creating network "nextcloud-postgres_default" with the default driver
Creating volume "nextcloud-postgres_nc_data" with default driver
Pulling nc (nextcloud:apache)...