images: image: repository: ccr.ccs.tencentyun.com/seembox/passbolt_passbolt tag: 5.4.1-1-ce-non-root mariadb_image: repository: mariadb tag: "12.0.2" consts: passbolt_container_name: passbolt perms_container_name: permissions mariadb_container_name: mariadb gpg_path: /etc/passbolt/gpg db_user: passbolt db_name: passbolt internal_http_port: 8080 internal_https_port: 4433 passbolt_run_user: 33 passbolt_run_group: 33 notes_body: | ## Register admin user Connect to the container's shell and run the following command replacing the values (`user@example.com`, `first_name`, `last_name`) with your own values. ```shell /usr/share/php/passbolt/bin/cake passbolt register_user -r admin -u user@example.com -f first_name -l last_name ```