Commit 8b55357d authored by William Tucker's avatar William Tucker
Browse files

Changes names for published_port variables

parent 09eff162
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@ image_pull: true

# Default Nginx config using only HTTP
nginx_config_template: proxy.conf.j2
published_port: 80
published_port_ssl: 443
published_port_http: 80
published_port_https: 443

# Generates a Diffie-Helmet file for the server if enabled
generate_dhparam: false
+2 −2
Original line number Diff line number Diff line
@@ -66,8 +66,8 @@
      - "8080"
      - "8443"
    published_ports:
      - "{{ published_port }}:8080"
      - "{{ published_port_ssl }}:8443"
      - "{{ published_port_http }}:8080"
      - "{{ published_port_https }}:8443"
    networks:
      - name: esgf
    networks_cli_compatible: yes