Skip to content

Commit

Permalink
Task: Change 'docker-compose.yml' to 'docker-compose.yaml' in readme.…
Browse files Browse the repository at this point in the history
…md (#126)
  • Loading branch information
QuentinDamianino authored Dec 28, 2022
1 parent fb80804 commit b9171a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You don't need to have a PHP environment with composer installed.

3. Part of the new project is a docker compose file
* Run `` echo `id -u`:`id -g` `` to retrieve your local user and group id
* Open the `docker-compose.yml` file in an editor, uncomment all the `user: '1000:1000'` lines and update the ids if necessary
* Open the `docker-compose.yaml` file in an editor, uncomment all the `user: '1000:1000'` lines and update the ids if necessary
* Start the needed services with `docker-compose up -d`

4. Install pimcore and initialize the DB
Expand Down

0 comments on commit b9171a6

Please sign in to comment.