mirror of
https://github.com/caprover/caprover
synced 2026-08-26 09:26:35 +00:00
added support for mapping ports to the backend
This commit is contained in:
@@ -83,7 +83,7 @@ const questions = [
|
||||
type: 'input',
|
||||
default: SAMPLE_DOMAIN,
|
||||
name: 'captainAddress',
|
||||
message: 'Enter address of the Captain machine. \nIt can be in [IP]:[PORT] format or captain.[your-captain-root-domain] format:',
|
||||
message: 'Enter address of the Captain machine. \nIt is captain.[your-captain-root-domain] :',
|
||||
validate: function (value) {
|
||||
|
||||
if (value===SAMPLE_DOMAIN){
|
||||
|
||||
Reference in New Issue
Block a user