right, docker.io/

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

View File

@@ -1,7 +1,7 @@
#!/bin/sh
WEB_CONTAINER="gentoo_binhost_server"
WEB_PORT="8080"
WEB_PORT="8089"
VOLUME_NAME="binpkgs"
podman volume inspect "$VOLUME_NAME" >/dev/null 2>&1 || podman volume create "$VOLUME_NAME"
@@ -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;