Skip to content

Instantly share code, notes, and snippets.

View dmontull-rgbconsulting's full-sized avatar

David dmontull-rgbconsulting

View GitHub Profile
## Trafik Multi Network Deployment
1. Create Traefik network
` # docker network create --driver=bridge --attachable --internal=false traefik `
2. Edit `traefik2/docker-compose.yml`
- Change ACME email
- Change --providers.docker.network=traefik value if you created different network then `traefik`