docker network create web
the directory where reverse proxy will run
mkdir -p /opt/traefik
the required file for it to run
touch /opt/traefik/docker-compose.yml
touch /opt/traefik/acme.json && chmod 600 /opt/traefik/acme.json
touch /opt/traefik/traefik.toml