Created
August 8, 2025 05:57
-
-
Save velotiotech/43a90bab02bb3de3e2b4cbd55808685f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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