Update docker-compose.yml
This commit is contained in:
parent
1f7e659120
commit
db740d7c05
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: traefik:2.10
|
||||
image: traefik:2.11
|
||||
ports:
|
||||
- 80:80 # HTTP
|
||||
- 443:443 # HTTPS
|
||||
|
|
|
|||
Loading…
Reference in a new issue