mirror of
https://github.com/michivonah/docker.git
synced 2025-12-22 20:36:27 +01:00
update traefik docker-compose to v3
This commit is contained in:
parent
677f81eba3
commit
01ba2859a5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.10
|
image: traefik:v3.0
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
command: --api.insecure=true --providers.docker
|
command: --api.insecure=true --providers.docker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue