diff --git a/serve.sh b/serve.sh index ee9f498..8f29d79 100755 --- a/serve.sh +++ b/serve.sh @@ -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;