Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Created September 13, 2024 07:32
Show Gist options
  • Save NKjoep/26dbea4fa5725558f369b3a2e3684b08 to your computer and use it in GitHub Desktop.
Save NKjoep/26dbea4fa5725558f369b3a2e3684b08 to your computer and use it in GitHub Desktop.
run nginx config via docker
docker run -p 8080:80 -v ./myconfig.conf:/etc/nginx/nginx.conf nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment