Skip to content

Instantly share code, notes, and snippets.

@morozow
Created September 21, 2019 16:22
Show Gist options
  • Save morozow/928e55696dbf4e96e5077d27637eadc1 to your computer and use it in GitHub Desktop.
Save morozow/928e55696dbf4e96e5077d27637eadc1 to your computer and use it in GitHub Desktop.
Separate server Docker Compose docs file to run documentation
version: "3"
services:
nginx-docs:
container_name: "docs.nginx"
ports:
- "7837:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment