mirror of
https://github.com/ysoftdevs/th.git
synced 2026-06-12 09:44:37 +02:00
Typo in the last name
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
node:
|
||||
image: wildfly-cluster-app
|
||||
links:
|
||||
- lb:lb
|
||||
lb:
|
||||
image: wildfly-cluster-httpd
|
||||
ports:
|
||||
- "9090:80"
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
curl -s http://localhost:9090/node-info/ | grep Hostname
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user