-
Notifications
You must be signed in to change notification settings - Fork 1
Added HTTPS support via self-signed certs #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,5 +1,5 @@ | |||
# N8N-Getting-Started: N8N |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
n8n is not capitalized
For convenience, a wrapper script has been added to make this less clunky. The `./up` command will startup n8n and takes a list of additional services to run with it. | ||
|
||
```bash | ||
./up Postgres | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why use many word when few word do trick?
@@ -1,4 +1,3 @@ | |||
version: '3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the version field has been obsolete for years. I don't want to see warnings anymore.
echo "Running: docker-compose $COMPOSE_FILES up --build -d --remove-orphans" | ||
|
||
# Run docker-compose up with all the compose files | ||
docker-compose $COMPOSE_FILES up --build -d --remove-orphans |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this script so I can type less (yes I am a strange kind of lazy)
Closes #5