We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d2477 commit e33276fCopy full SHA for e33276f
docker-compose.yml
@@ -0,0 +1,8 @@
1
+version: '3.7'
2
+
3
+services:
4
+ proxy:
5
+ image: traefik:v2.2
6
+ command:
7
+ - '--providers.docker=true'
8
+ - '--entryPoints.web.address=:80'
0 commit comments