Skip to content

Commit

Permalink
Pathing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaffelson committed Apr 3, 2019
1 parent 82b41ab commit 7cc5834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/docker/secure/docker-compose.yml
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "8443:8443"
volumes:
- ../../nipyapi/demo/keys:/opt/certs:ro
- ../../../nipyapi/demo/keys:/opt/certs:ro
environment:
- AUTH=tls
- KEYSTORE_PATH=/opt/certs/localhost-ks.jks
Expand All @@ -22,7 +22,7 @@ services:
ports:
- "18443:18443"
volumes:
- ../../nipyapi/demo/keys:/opt/certs:ro
- ../../../nipyapi/demo/keys:/opt/certs:ro
environment:
- NIFI_REGISTRY_WEB_HTTPS_PORT=18443
- AUTH=tls
Expand Down

0 comments on commit 7cc5834

Please sign in to comment.