Created
May 19, 2020 11:00
-
-
Save dmpanch/9ac097a1d4eec164ff74321378042761 to your computer and use it in GitHub Desktop.
nexmo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
nexmo: | |
image: nexmodev/nexmo-oas-renderer:latest | |
ports: | |
- '4567:4567' | |
restart: always | |
environment: | |
OAS_PATH: /definitions | |
volumes: | |
- ./definitions:/definitions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment