auto update added nginx, codeserver

Fix bug when using symbolic link
replace logger
This commit is contained in:
2024-05-27 02:20:19 +01:00
parent b303c05e3f
commit 600d3845f0
3 changed files with 25 additions and 2 deletions

9
docker/nginx/docker-run.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
scriptPath="$(dirname "$(readlink -f "$0")")"
currentPath=$PWD
cd $scriptPath
docker-compose pull
docker-compose up --force-recreate --build -d
cd $currentPath