Update docker compose command to run in detached mode and add related repositories
Taylor committed
Jan 29, 2024 at 18:27 UTC
d6d5381e1cd98fe85864f984d2832c3ac60c2e1d
1 file changed
+6
-1
README.md
+6
-1
@@ -53,7 +53,7 @@ cp .env.example .env
53
# Make your changes to the .env file
54
55
# Run Copilot
56
-docker compose up
56
+docker compose up -d
57
```
58
59
Copilot shall be available on the host interface, port 5173, protocol HTTP - `http://<your_instance_ip>:5173`.
@@ -66,6 +66,11 @@ By default, an `admin` account is created. The password is printed in stdout the
66
67
Copilot is designed to be a single pane of glass for your security operations. Think of it as a hub for all your security tools. Copilot Connectors are the glue that binds your security tools to Copilot. We take advantage of the APIs and webhooks provided by your security tools to provide a seamless integration.
68
69
+## Related repositories
70
+
71
+- Provision Wazuh Worker Application: [https://github.com/socfortress/Customer-Provisioning-Worker](https://github.com/socfortress/Customer-Provisioning-Worker)
72
+- Provision Praeco Alert Application: [https://github.com/socfortress/Customer-Provisioning-Alert](https://github.com/socfortress/Customer-Provisioning-Alert)
73
+
74
## Help
75
76
You can reach us on [Discord](https://discord.gg/UN3pNBzaEQ) or by [📧](mailto:info@socfortress.co) if you have any question, issue or idea!