nginx port 80

This commit is contained in:
nora 2022-09-01 19:49:05 +02:00
parent d33a5d9f5d
commit 99be97117a
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if docker inspect registry > /dev/null 2>&1 ;
if docker container inspect registry > /dev/null 2>&1 ;
then
echo "Registry container exists already..."
else