Unverified Commit 175da2c8 authored by Logan Macdonald's avatar Logan Macdonald Committed by GitHub
Browse files

Adding additional exposed docker port and publishing port 80 for http connections.

Addressing an issue with the current SSL configuration which does not handle http connections.
parent c313c166
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,8 +64,10 @@
    restart_policy: unless-stopped
    exposed_ports:
      - "8080"
      - "8081"
    published_ports:
      - "{{ published_port }}:8080"
      - "80:8081"
    networks:
      - name: esgf
    networks_cli_compatible: yes