1
0
Fork 0
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:
postmannen 2021-12-08 10:13:37 +01:00
parent bdb40d339e
commit e0d9803696

View file

@ -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")