right, docker.io/

This commit is contained in:
2025-12-07 17:14:46 +06:00
parent fd9a69c679
commit 7f6d51bb18

View File

@@ -13,7 +13,7 @@ if ! podman container exists "$WEB_CONTAINER"; then
--restart always \ --restart always \
-p "$WEB_PORT":80 \ -p "$WEB_PORT":80 \
-v "$VOLUME_NAME":/usr/share/nginx/html:ro \ -v "$VOLUME_NAME":/usr/share/nginx/html:ro \
nginx:alpine \ docker.io/nginx:alpine \
/bin/sh -c ' /bin/sh -c '
echo "server { echo "server {
listen 80; listen 80;