Troubleshooting

Freeing Up Ports

When a port is already in use:

Check what’s using the port first and then kill the process (may require sudo on Linux)

When Docker containers are using the ports (with auto-restart enabled):

Step 1: Stop all running containers
Step 2: Disable restart policy for all containers This prevents containers from automatically restarting:
Step 3: Verify Check that no containers are running:
Check restart policies (should show β€˜no’ for each container):

Stopping EESI Services

Stop services or Stop and remove all data (full cleanup)