tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.arozos.com
GNU Affero General Public License v3.0
2.14k stars 125 forks source link

[BUG] Zoraxy doesn't display my Docker Container #232

Open tukutt opened 1 week ago

tukutt commented 1 week ago

Describe the bug My docker containers doesn't appears in the list.

To Reproduce My Docker Compose :

services:
  zoraxy-docker:
    image: zoraxydocker/zoraxy:latest
    container_name: zoraxy
    ports:
      - 80:80
      - 443:443
      - 8005:8000
    volumes:
      - /mnt/nas/docker/Zoraxy:/opt/zoraxy/config/
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      PORT: 8005
      FASTGEOIP: "false"
networks: {}

Clic on "Pick from Docker Containers"

Expected behavior List of my Docker Container

Screenshots image

Browser (if it is a bug appears on the UI section of the system):

Host Environment (please complete the following information):

Additional context In the Console, you can see, my docker Container. I think it's just a web problem.

This file : http://dock:8005/script/ao_module.js -> Http 404

tobychui commented 1 week ago

In the Console, you can see, my docker Container. I think it's just a web problem.

Thanks for this details. As I am currently on a vacation, I will follow up this later on.

This file : http://dock:8005/script/ao_module.js -> Http 404

This has been fixed in next version. But for this version this should not effect any other front-end logic and rendering.

tobychui commented 3 days ago

From my test, it seems the whole docker UI is not working with the latest docker image. 圖片

I am using Portainer CE with a fresh installation from zoraxydocker/zoraxy:latest and everything is left as its default value. 圖片

I am not a docker expert, @PassiveLemon you got any clue what might be my issue here? Thanks!

PassiveLemon commented 3 days ago

The current version doesn't have https://github.com/tobychui/zoraxy/pull/213. Could that be why?