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 5e46eb0 commit 02185daCopy full SHA for 02185da
go.sh
@@ -2,10 +2,7 @@ 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
+if [ "$?" != "0" ] then; exit 1; fi;
9
10
docker compose down
11
docker compose up -d
0 commit comments