Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ docker-compose -f dev/docker-compose-dev.yaml up -d
7. Create the first user (the administrator) by replacing the below command with your own data. More details [here](https://help.passbolt.com/hosting/install/ce/docker).
```
cd passbolt_docker
docker-compose -f dev/docker-compose-ce.yaml exec passbolt /bin/bash -c \
docker-compose -f dev/docker-compose-dev.yaml exec passbolt /bin/bash -c \
'su -m -c "/var/www/passbolt/bin/cake passbolt register_user -u [email protected] \
-f name -l lastname -r admin" -s /bin/sh www-data'
```
Expand Down