Skip to content

Instantly share code, notes, and snippets.

@abhisekp
Created January 25, 2024 13:01
Show Gist options
  • Save abhisekp/e595c1fc1bc35faa3c3dd2c059ecdfe6 to your computer and use it in GitHub Desktop.
Save abhisekp/e595c1fc1bc35faa3c3dd2c059ecdfe6 to your computer and use it in GitHub Desktop.
docker network create traefik-net
docker run -d -p 8080:8080 -p 80:80 \
--name traefik \
--net traefik-net \
-v $PWD/traefik.sample.yml:/etc/traefik/traefik.yml traefik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment