mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
setting correct -D flag for nats config
This commit is contained in:
parent
bdb40d339e
commit
e0d9803696
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ func main() {
|
|||
leKeyPath := flag.String("leKeyPath", "", "the full path to the LetsEncrypt key file")
|
||||
exposedNatsPort := flag.String("exposedNatsPort", "", "the port docker will expose nats on")
|
||||
|
||||
flags := flag.String("Flags", "-d", "flags to start nats-server with")
|
||||
flags := flag.String("Flags", "-D", "flags to start nats-server with")
|
||||
|
||||
templateDir := flag.String("templateDir", "./steward/scripts/nats-server/create-docker-compose-files/", "the directory path to where the template files are located")
|
||||
|
||||
|
|
Loading…
Reference in a new issue