diff options
Diffstat (limited to 'auth-server-poc')
-rw-r--r-- | auth-server-poc/docker-compose.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/auth-server-poc/docker-compose.yml b/auth-server-poc/docker-compose.yml index 1a43372..b73532c 100644 --- a/auth-server-poc/docker-compose.yml +++ b/auth-server-poc/docker-compose.yml @@ -7,8 +7,5 @@ services: - 8000:80 volumes: - ${DOCKER_JWT_PUBKEY_PATH}:/opt/auth-server-poc/cert/ - - auth-server-poc_userdb:/opt/auth-server-poc/userdb/ + - ${DOCKER_JWT_HTPASSWD_PATH}:/opt/auth-server-poc/userdb/ container_name: auth-server-poc - -volumes: - auth-server-poc_userdb: |