[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IT-Tools keep showing when I go to 8080 port of my localhost even after deleting it from my docker. #1389

Open
Lowitle opened this issue Nov 16, 2024 · 3 comments
Assignees
Labels
bug Something isn't working triage

Comments

@Lowitle
Copy link
Lowitle commented Nov 16, 2024

Describe the bug

Idk why, but IT-Tools keep showing when I go to 8080 port of my localhost even after deleting it from my docker.

I installed it using the install command:
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest

I installed it without thinking about it, but now I want to leave 8080 port for another app from my Synology Nas store and it just pops up the it-tools.

What is happening here? If I stop container, delete the container, even I deleted the image... It should stop showing. I don't understand.

What happened?

A bug happened!

System information

Synology NAS DS923+
Using Container Manager (Native Docker app for Synology)

Where did you encounter the bug?

Other (installations, docker, etc.)

@Lowitle Lowitle added bug Something isn't working triage labels Nov 16, 2024
@christiangoeschel
Copy link
christiangoeschel commented Nov 18, 2024

Wild guess, if docker ps --all -f status=running shows no output, you might want to have a look at which process is listening on port 8080 with sudo ss -tulpan .

If you see 'docker-proxy' in the 'Process' column that means that Docker is still listening on it, however anything else indicates another process is and you'd eventually want to kill it.

Otherwise, I'd clear cache and maybe even turn it off completely for your browser while you troubleshoot this.

@Lowitle
Copy link
Author
Lowitle commented Nov 18, 2024

sudo ss -tulpan didn't work on my Synology Nas, it said "command not found"

I did prune and aparently solved it. No idea what was causing it.

Thanks for the answer :-)

@sharevb
Copy link
Contributor
sharevb commented Nov 24, 2024

Hi, it-tools is a PWA so its kind of installed localy as an app, to remove, you have to clear browser cache or ctrl+f5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

4 participants