Skip to content
Snippets Groups Projects
Commit 381a1590 authored by Kiril KJiroski's avatar Kiril KJiroski
Browse files

Update HOWTOS.md

parent 77f795bf
No related branches found
No related tags found
No related merge requests found
......@@ -76,9 +76,9 @@ Stop services inside docker containers using Ansible
Restart services inside docker containers manually
--------------------------------------------------
To restart services inside docker containers after changes in configuration files:
1. Attach container: `docker exec -it container_id_or_name bash` (example: `docker exec -it soctools-keycloak bash`)
* To manually restart services inside docker containers after making changes in configuration files:
1. Connect to a container: `docker exec -it container_id_or_name bash` (example: `docker exec -it soctools-keycloak bash`)
2. List services and their statuses: `supervisorctl status`
3. Restart service: `supervisorctl restart supervisor_service_name` (example: `supervisorctl restart keycloak`)
4. Detach from container: `exit`
4. Disconnect from container: `exit`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment