moved docker to services

This commit is contained in:
2024-05-31 15:33:31 +01:00
parent 0b048e17f0
commit d0026fd2d2
14 changed files with 9 additions and 8 deletions

9
services/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