mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
upgrade traefik to v3.1
This commit is contained in:
parent
410ed2a9a2
commit
b7578012d1
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
traefik:
|
||||
container_name: traefik
|
||||
image: traefik:2.11
|
||||
image: traefik:v3.1
|
||||
ports:
|
||||
- 80:80/tcp # HTTP
|
||||
- 443:443/tcp # HTTPS
|
||||
|
|
Loading…
Reference in New Issue
Block a user