Skip to content

Commit 03c1487

Browse files
committed
Merge branch 'feature/PB-43265' into 'master'
chore: incorrect folder path in Step 7 of README.md See merge request passbolt/passbolt_docker!230
2 parents 7089dce + 9f65d47 commit 03c1487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ docker-compose -f dev/docker-compose-dev.yaml up -d
6161
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).
6262
```
6363
cd passbolt_docker
64-
docker-compose -f dev/docker-compose-ce.yaml exec passbolt /bin/bash -c \
64+
docker-compose -f dev/docker-compose-dev.yaml exec passbolt /bin/bash -c \
6565
'su -m -c "/var/www/passbolt/bin/cake passbolt register_user -u [email protected] \
6666
-f name -l lastname -r admin" -s /bin/sh www-data'
6767
```

0 commit comments

Comments
 (0)