Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/caddy/install_panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ services:
retries: 3

remnawave:
image: remnawave/backend:2
image: remnawave/backend:latest
container_name: remnawave
hostname: remnawave
<<: [*common, *logging, *env, *networks]
Expand Down Expand Up @@ -463,4 +463,4 @@ installation_panel_caddy() {
echo -e "${COLOR_GREEN}remnawave_reverse${COLOR_RESET}"
echo -e "${COLOR_YELLOW}=================================================${COLOR_RESET}"
echo -e "${COLOR_RED}${LANG[POST_PANEL_INSTRUCTION]}${COLOR_RESET}"
}
}
4 changes: 2 additions & 2 deletions src/caddy/install_panel_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ services:
retries: 3

remnawave:
image: remnawave/backend:2
image: remnawave/backend:latest
container_name: remnawave
hostname: remnawave
<<: [*common, *logging, *env, *networks]
Expand Down Expand Up @@ -523,4 +523,4 @@ installation_panel_node_caddy() {
echo -e "${COLOR_YELLOW}=================================================${COLOR_RESET}"

randomhtml
}
}
4 changes: 2 additions & 2 deletions src/modules/manage_panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ start_panel_node() {

cd "$dir" || { echo -e "${COLOR_RED}${LANG[CHANGE_DIR_FAILED]} $dir${COLOR_RESET}"; exit 1; }

if docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q . || docker ps -q --filter "ancestor=remnawave/node:latest" | grep -q . || docker ps -q --filter "ancestor=remnawave/backend:2" | grep -q .; then
if docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q . || docker ps -q --filter "ancestor=remnawave/node:latest" | grep -q . || docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q .; then
echo -e "${COLOR_GREEN}${LANG[PANEL_RUNNING]}${COLOR_RESET}"
else
echo -e "${COLOR_YELLOW}${LANG[STARTING_PANEL_NODE]}...${COLOR_RESET}"
Expand All @@ -121,7 +121,7 @@ stop_panel_node() {
fi

cd "$dir" || { echo -e "${COLOR_RED}${LANG[CHANGE_DIR_FAILED]} $dir${COLOR_RESET}"; exit 1; }
if ! docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q . && ! docker ps -q --filter "ancestor=remnawave/node:latest" | grep -q . && ! docker ps -q --filter "ancestor=remnawave/backend:2" | grep -q .; then
if ! docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q . && ! docker ps -q --filter "ancestor=remnawave/node:latest" | grep -q . && ! docker ps -q --filter "ancestor=remnawave/backend:latest" | grep -q .; then
echo -e "${COLOR_GREEN}${LANG[PANEL_STOPPED]}${COLOR_RESET}"
else
echo -e "${COLOR_YELLOW}${LANG[STOPPING_REMNAWAVE]}...${COLOR_RESET}"
Expand Down
4 changes: 2 additions & 2 deletions src/nginx/install_panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ services:
retries: 3

remnawave:
image: remnawave/backend:2
image: remnawave/backend:latest
container_name: remnawave
hostname: remnawave
<<: [*common, *logging, *env, *networks]
Expand Down Expand Up @@ -535,4 +535,4 @@ EOL
echo -e "${COLOR_GREEN}remnawave_reverse${COLOR_RESET}"
echo -e "${COLOR_YELLOW}=================================================${COLOR_RESET}"
echo -e "${COLOR_RED}${LANG[POST_PANEL_INSTRUCTION]}${COLOR_RESET}"
}
}
4 changes: 2 additions & 2 deletions src/nginx/install_panel_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ services:
retries: 3

remnawave:
image: remnawave/backend:2
image: remnawave/backend:latest
container_name: remnawave
hostname: remnawave
<<: [*common, *logging, *env, *networks]
Expand Down Expand Up @@ -607,4 +607,4 @@ EOL
echo -e "${COLOR_YELLOW}=================================================${COLOR_RESET}"

randomhtml
}
}