Skip to content

Commit

Permalink
Task: fix readme docker yml to yaml (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Dec 27, 2022
1 parent 2f9c13f commit b53a29a
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 @@ -35,7 +35,7 @@ You don't need to have a PHP environment with composer installed.
`cd my-project/`
1. 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`
1. Install pimcore and initialize the DB
`docker-compose exec php vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore`
Expand Down

0 comments on commit b53a29a

Please sign in to comment.