Explorar el Código

init

tags/v1.0.0
Robin Thoni hace 5 años
commit
c1eae053b1
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. 4
    0
      .gitignore
  2. 4
    0
      README.md

+ 4
- 0
.gitignore Ver fichero

@@ -0,0 +1,4 @@
1
+.idea
2
+env_override
3
+docker-compose.override.yml
4
+/data

+ 4
- 0
README.md Ver fichero

@@ -0,0 +1,4 @@
1
+
2
+``` shell
3
+docker exec -it -u www-data:www-data docker-passbolt-server_passbolt_1 bin/cake passbolt register_user -u yourfirstname.yourlastname@example.com -f YourFirstname -l YourLastname -r admin
4
+```

Loading…
Cancelar
Guardar