mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
[docs-only] Update the traefik image for some deployment examples
This commit is contained in:
@@ -12,7 +12,7 @@ INSECURE=true
|
||||
# Note: Traefik is always enabled and can't be disabled.
|
||||
# The recommended (and tested) version to pull. If no version is used, it pulls "latest"
|
||||
# release notes: https://github.com/traefik/traefik/releases
|
||||
TRAEFIK_DOCKER_TAG=v3.6.6
|
||||
TRAEFIK_DOCKER_TAG=v3.6.7
|
||||
# Serve Traefik dashboard.
|
||||
# Defaults to "false".
|
||||
TRAEFIK_DASHBOARD=
|
||||
|
||||
@@ -3,7 +3,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v3.6.4
|
||||
image: traefik:v3.6.7
|
||||
networks:
|
||||
ocis-net:
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user