The docker-compose command wouldn't run until added the following to the bottom of the docker-compose.yml file: ``` volumes: okta-keyring: ``` This seems to be because the file currently references that volume but doesn't define it.
The docker-compose command wouldn't run until added the following to the bottom of the docker-compose.yml file:
This seems to be because the file currently references that volume but doesn't define it.