forked from Ponysearch/Ponysearch
Update manage
reading comments can be helpfull
This commit is contained in:
parent
ba7d1abb5c
commit
fb7fd7a897
1 changed files with 2 additions and 2 deletions
4
manage
4
manage
|
@ -472,8 +472,8 @@ docker.build() {
|
||||||
build_msg DOCKER "Last commit : $VERSION_GITCOMMIT"
|
build_msg DOCKER "Last commit : $VERSION_GITCOMMIT"
|
||||||
|
|
||||||
# define the docker image name
|
# define the docker image name
|
||||||
GITHUB_USER=fauli1221/ponysearch
|
GITHUB_USER=fauli1221
|
||||||
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
|
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/ponysearch}"
|
||||||
|
|
||||||
BUILD="build"
|
BUILD="build"
|
||||||
if [ "$1" = "buildx" ]; then
|
if [ "$1" = "buildx" ]; then
|
||||||
|
|
Loading…
Reference in a new issue