Skip to content

Instantly share code, notes, and snippets.

@dmpanch
Created May 19, 2020 11:00
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