We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b199c0 commit 41e7f1bCopy full SHA for 41e7f1b
go.sh
@@ -2,5 +2,10 @@ export IP_ADDRESS=$(/sbin/ip -o -4 addr list eno2 | awk '{print $4}' | cut -d/ -
2
3
cp /secrets/certs/* nginx/filesystem/etc/nginx/certs
4
docker compose build --build-arg IP_ADDRESS=$IP_ADDRESS
5
+if [ "$?" != "0" ]
6
+then
7
+ exit 1
8
+fi
9
+
10
docker compose down
11
docker compose up -d
0 commit comments