add oathkeeper container name

This commit is contained in:
Karol Wypchlo 2020-12-15 17:24:41 +01:00
parent ed04aa0e74
commit 149cb12609
1 changed files with 2 additions and 2 deletions

View File

@ -263,13 +263,13 @@ services:
oathkeeper:
image: oryd/oathkeeper:v0.38
container_name: oathkeeper
depends_on:
- kratos
expose:
- 4455
- 4456
command:
serve proxy -c "/etc/config/oathkeeper/oathkeeper.yml"
command: serve proxy -c "/etc/config/oathkeeper/oathkeeper.yml"
environment:
- LOG_LEVEL=debug
volumes: