Skip to content

Instantly share code, notes, and snippets.

@bhatti
Created November 5, 2022 04:39
Show Gist options
  • Select an option

  • Save bhatti/a659093dc5a8eef49dd98ebcb19624b2 to your computer and use it in GitHub Desktop.

Select an option

Save bhatti/a659093dc5a8eef49dd98ebcb19624b2 to your computer and use it in GitHub Desktop.
docker pull plexobject/api-mock-service:latest
docker run -p 8000:8080 -p 8081:8081 -e HTTP_PORT=8080 PROXY_PORT=8081 -e DATA_DIR=/tmp/mocks \
-e ASSET_DIR=/tmp/assets plexobject/api-mock-service:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment