@ -0,0 +1,14 @@
#!/bin/bash
#docker run --detach \
# -p 81:80 \
# --name nginx \
# --restart unless-stopped \
# urmo/nginx:latest
docker run -d \
--name mysite-nginx \
--network web \
-p 80:80 \
--restart unless-stopped \
nginx
The note is not visible to the blocked user.