Akkadius / glass-isc-dhcp

Glass - ISC DHCP Server Interface
MIT License
686 stars 143 forks source link

Upgrade Required #47

Open josjaf opened 5 years ago

josjaf commented 5 years ago

Hi Here is my compose file, I searched other issues, but I have 3000 open and there's nothing listening only on 8085

  isc-dhcp:
    container_name: dhcp
    image: "networkboot/dhcpd"
    network_mode: host
    volumes:
    - /opt/docker/dhcp/:/data/
  glass:
    container_name: glass
    image: "node:8"
    working_dir: /home/node/app
    security_opt:
        - apparmor:unconfined
    environment:
      - NODE_ENV=production
    volumes:
      - /opt/docker/glass/glass-isc-dhcp:/home/node/app
      - /opt/docker/dhcp/:/var/lib/dhcp
      - /opt/docker/dhcp/dhcpd.conf:/etc/dhcp/dhcpd.conf
      #- /srv/dhcp/
    ports:
      - "8085:8080"
      - "3005:3000"
    command: "/bin/sh -c 'npm install && npm start'"
josjaf commented 5 years ago

Ah - nevermind, i had something else listening on 3000

mfinkelstine commented 4 years ago

Hi,

I have the same issue on my Ubuntu Linux server, and the page is load with "Upgrade Required".

root@dhcp:/opt/glass-isc-dhcp# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04 LTS
Release:        20.04
Codename:       focal

Thanks,

paulz1 commented 3 years ago

Same issue. Somebody have an idea where is the problem?

llima27 commented 2 months ago

This worked for me: https://github.com/Akkadius/glass-isc-dhcp/issues/32