Is there a way to load a docker from an image in the free version of Google Cloud shell? the main problem is that the authentications to the services are not saved.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
It was simple to read, but with every specifications:
Last Version (via download)
DB default
Running docker
Google cloud Shell…
The command is
docker run -it --name n8n -e WEBHOOK_URL=“https://5678[…].cloudshell.dev/” -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
How can I create an image with all the credentials?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.