Changed discourse nc port to 3000
This commit is contained in:
parent
0515292078
commit
e1bd7eec51
@ -117,7 +117,7 @@ echo -ne "done.\n"
|
|||||||
}
|
}
|
||||||
start_discourse() {
|
start_discourse() {
|
||||||
# Start service with command to make sure it's up before proceeding
|
# Start service with command to make sure it's up before proceeding
|
||||||
start_service "discourse" "nc -z 192.168.0.43 8080 &> /dev/null" "70"
|
start_service "discourse" "nc -z 192.168.0.43 3000 &> /dev/null" "70"
|
||||||
|
|
||||||
if [[ "${PLUS}" != "true" ]]; then
|
if [[ "${PLUS}" != "true" ]]; then
|
||||||
docker exec pdns pdnsutil add-record $DOMAIN discourse A 86400 $EXTERNALIP &> /dev/null
|
docker exec pdns pdnsutil add-record $DOMAIN discourse A 86400 $EXTERNALIP &> /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user