1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-15 01:44:22 +02:00

chore(deps): update docker-compose (#3038)

This commit is contained in:
renovate[bot]
2025-04-24 14:01:29 +02:00
committed by GitHub
parent 07b60b1553
commit 3afae76103
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ services:
depends_on:
- oauth2-proxy
container_name: nginx
image: nginx:1.27
image: nginx:1.28
restart: unless-stopped
ports:
- 80:80/tcp

View File

@ -34,7 +34,7 @@ services:
# Reverse proxy
gateway:
container_name: traefik
image: traefik:v2.11.22
image: traefik:v2.11.24
volumes:
- "./traefik:/etc/traefik"
ports: