# Traefik
## Create Docker network
```
docker network create \
--driver=bridge \
--attachable \
--internal=false \
traefik_network