Start script echoes hosting address when run.

This commit is contained in:
2023-01-07 17:51:19 +02:00
parent c61ab676e0
commit d45774dfe6

6
start.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
echo ""
echo "Starting an Nginx container listening on http://localhost:3000"
echo ""
echo ""
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p 3000:80 192.168.195.195:nginx:latest