2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Fixed the instructions to refer to the correct filename (#1197)

This commit is contained in:
Rishab Manocha 2023-07-31 07:32:24 -07:00 committed by GitHub
parent 480c642325
commit 29e9ccf20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ volumes:
step3: run the docker
```
docker-compose -f ./pwd.yaml up
docker-compose -f ./pwd.yml up
```
---