Skip to content

Instantly share code, notes, and snippets.

@dmpanch
Created May 19, 2020 11:00
Show Gist options
  • Save dmpanch/9ac097a1d4eec164ff74321378042761 to your computer and use it in GitHub Desktop.
Save dmpanch/9ac097a1d4eec164ff74321378042761 to your computer and use it in GitHub Desktop.
nexmo
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