diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-27 23:02:42 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-27 23:02:42 +0000 |
commit | cd055d0580b5ef704a05815183a0444370d58aa0 (patch) | |
tree | 0c3715cae144124263e9a00b96e9323e43152a60 | |
parent | b23c3b6659e7b1256928b3fc62f10ae0ba5c5e8f (diff) | |
download | git-scripts-cd055d0580b5ef704a05815183a0444370d58aa0.tar.gz git-scripts-cd055d0580b5ef704a05815183a0444370d58aa0.zip |
Updated local IP of klaus host
-rwxr-xr-x | klaus/docker-compose.yml | 1 | ||||
-rwxr-xr-x | restart_ui.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/klaus/docker-compose.yml b/klaus/docker-compose.yml index e7ffba6..4068b33 100755 --- a/klaus/docker-compose.yml +++ b/klaus/docker-compose.yml @@ -15,3 +15,4 @@ services: - '/media/gitwww/repositories:/srv/repos:ro' ports: - '81:80' + restart: always diff --git a/restart_ui.sh b/restart_ui.sh index 806358d..ec11baf 100755 --- a/restart_ui.sh +++ b/restart_ui.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "Restarting web UI docker container..." -ssh root@192.168.1.5 "cd /media/gitwww/git-scripts/klaus && docker-compose restart" +ssh root@192.168.69.3 "cd /media/gitwww/git-scripts/klaus && docker-compose restart" |