diff options
| author | 2025-01-13 19:48:24 +0100 | |
|---|---|---|
| committer | 2025-01-13 19:48:24 +0100 | |
| commit | c3089734c7e263941067c065443444fb3e0dbecb (patch) | |
| tree | 6e9293706d57ed8238623f553fcbc846a8f3a59a /Docker | |
| parent | 466b955165976674ccfa4c37d7bf568dd42cb0be (diff) | |
Docker Compose Traefik 3 (#7219)
Use :3 instead of `3.0` to avoid having to update the documentation too often.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6401
Diffstat (limited to 'Docker')
| -rw-r--r-- | Docker/freshrss/docker-compose-proxy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/freshrss/docker-compose-proxy.yml b/Docker/freshrss/docker-compose-proxy.yml index b69a0eb39..a9b9e375a 100644 --- a/Docker/freshrss/docker-compose-proxy.yml +++ b/Docker/freshrss/docker-compose-proxy.yml @@ -7,7 +7,7 @@ volumes: services: traefik: - image: traefik:3.0 + image: traefik:3 container_name: traefik restart: unless-stopped logging: |
