📚 Improve Server-Setup

This commit is contained in:
Jan Oberhauser 2020-04-20 14:49:17 +02:00
parent a91e8ba824
commit bc448ac046

View file

@ -84,7 +84,7 @@ services:
n8n:
image: n8nio/n8n
ports:
- "5678:5678"
- "127.0.0.1:5678:5678"
labels:
- traefik.enable=true
- traefik.http.routers.n8n.rule=Host(`${SUBDOMAIN}.${DOMAIN_NAME}`)