Skip to content

Commit e33276f

Browse files
authored
Create docker-compose.yml
1 parent 68d2477 commit e33276f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)