aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-01-13 19:48:24 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-13 19:48:24 +0100
commitc3089734c7e263941067c065443444fb3e0dbecb (patch)
tree6e9293706d57ed8238623f553fcbc846a8f3a59a /Docker
parent466b955165976674ccfa4c37d7bf568dd42cb0be (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.yml2
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: