DiouxX / docker-glpi

Project to deploy GLPI with docker
219 stars 185 forks source link

GLPI Docker Port Configuration #99

Closed TheTechnologyStudio closed 9 months ago

TheTechnologyStudio commented 9 months ago

Hello, How can i change the ports GLPI uses with docker-compose file?

I need to set it to a non standard port.

Thanks

DiouxX commented 9 months ago

Hello,

You can find more information about port mapping into docker-compose documentation : https://docs.docker.com/compose/networking/

#GLPI Container
  glpi:
    image: diouxx/glpi
    container_name : glpi
    hostname: glpi
    ports:
      - "EXTERNAL-PORT:80"