totara / totara-docker-dev

A docker setup to create a development environment for Totara Learn
MIT License
49 stars 32 forks source link

Missing Alias Entries #280

Closed codyfinegan closed 2 weeks ago

codyfinegan commented 3 months ago

Both the nginx.yml and apache.yml files have not got the newer 8.2 & 8.3 images listed as aliases.

To Reproduce View https://github.com/totara/totara-docker-dev/blob/master/compose/nginx.yml or https://github.com/totara/totara-docker-dev/blob/master/compose/apache.yml

networks:
      totara:
        aliases:
          ...
          - totara80
          - totara80.behat
          - totara80.behat.totaralms.com
          - totara81
          - totara81.behat
          - totara81.behat.totaralms.com

Add in the instances for totara82 & 83