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.
2 parents 8b199c0 + 41e7f1b commit f74efc4Copy full SHA for f74efc4
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