Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created August 8, 2025 05:57
Show Gist options
  • Select an option

  • Save velotiotech/43a90bab02bb3de3e2b4cbd55808685f to your computer and use it in GitHub Desktop.

Select an option

Save velotiotech/43a90bab02bb3de3e2b4cbd55808685f to your computer and use it in GitHub Desktop.
{
"command": "docker run -d --name my-nginx -p 80:80 -p 443:443 -v /etc/nginx/conf.d:/etc/nginx/conf.d nginx:alpine",
"notes": "Replace 'my-nginx' with a suitable container name.",
"status": "success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment