Created
January 25, 2024 13:01
-
-
Save abhisekp/e595c1fc1bc35faa3c3dd2c059ecdfe6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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