Autor: Gilberto Toledo
Tutorial completo: Youtube
docker network create web
| services: | |
| n8n: | |
| image: docker.n8n.io/n8nio/n8n | |
| container_name: n8n | |
| restart: unless-stopped | |
| environment: | |
| - N8N_HOST=n8n.SEUDOMINIO | |
| - N8N_PORT=5678 | |
| - N8N_PROTOCOL=https | |
| - NODE_ENV=production |
Autor: Gilberto Toledo
Tutorial completo: Youtube
docker network create web
Autor: Gilberto Toledo
Tutorial completo: Youtube
ssh root@[SEU_IP]