@@ -13,7 +13,7 @@ if ! podman container exists "$WEB_CONTAINER"; then
--restart always \
-p "$WEB_PORT":80 \
-v "$VOLUME_NAME":/usr/share/nginx/html:ro \
nginx:alpine \
docker.io/nginx:alpine \
/bin/sh -c '
echo "server {
listen 80;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.