Skip to content

Commit

Permalink
Merge pull request #1746 from akeneo/update-pim-docker-installation
Browse files Browse the repository at this point in the history
Update the PIM install command for docker
  • Loading branch information
PierrickMartos authored Mar 4, 2022
2 parents e33d4f2 + eb78861 commit 71ebf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_pim/docker/installation_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following command will create a PIM project in the current directory. Please
$ cd pim
$ docker run -ti -u www-data --rm \
-e COMPOSER_MEMORY_LIMIT=4G \
-v $(pwd):/srv/pim -v ~/.composer:/var/www/.composer -w /srv/pim \
-v $(pwd):/srv/pim -v ~/.composer:/var/www/.composer -w /srv/pim -v ~/.cache:/var/www/.cache \
akeneo/pim-php-dev:5.0 php /usr/local/bin/composer create-project \
akeneo/pim-community-standard /srv/pim "5.0.*@stable"
Expand Down

0 comments on commit 71ebf10

Please sign in to comment.