zoraxy icon indicating copy to clipboard operation
zoraxy copied to clipboard

[BUG] Zoraxy doesn't display my Docker Container

Open tukutt opened this issue 7 months ago • 9 comments

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):

  • OS: Archlinux
  • Browser : Firefox and Chrome
  • Version : Last version

Host Environment (please complete the following information):

  • Docker Version (if you are running Zoraxy in docker): 26.1.3

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

tukutt avatar Jul 06 '24 15:07 tukutt