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

chore: removed duplicate image line in docker-compose (#2817)

This commit is contained in:
Josh Cox
2024-10-13 12:37:26 -05:00
committed by GitHub
parent defc456ba0
commit c555f5f6d5

View File

@ -27,7 +27,6 @@ services:
hostname: oauth2-proxy hostname: oauth2-proxy
container_name: oauth2-proxy container_name: oauth2-proxy
command: --config /oauth2-proxy.cfg command: --config /oauth2-proxy.cfg
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
volumes: volumes:
- "./oauth2-proxy-nginx.cfg:/oauth2-proxy.cfg" - "./oauth2-proxy-nginx.cfg:/oauth2-proxy.cfg"
networks: networks: