Create docker-compose.yml
This commit is contained in:
parent
c0db653ce1
commit
00c5603867
|
|
@ -0,0 +1,8 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
oauth2-proxy:
|
||||
image: bitnami/oauth2-proxy:latest
|
||||
ports:
|
||||
- '8080:8080'
|
||||
- '4180:4180'
|
||||
Loading…
Reference in New Issue