#!/bin/bash

echo "Restarting web UI docker container..."
ssh root@192.168.1.5 "cd /media/gitwww/git-scripts/klaus && docker-compose restart"