Create docker-compose.yml

This commit is contained in:
Tomas Pizarro 2018-06-06 13:55:22 +02:00 committed by GitHub
parent c0db653ce1
commit 00c5603867
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
version: '2'
services:
oauth2-proxy:
image: bitnami/oauth2-proxy:latest
ports:
- '8080:8080'
- '4180:4180'