samples/apps/nexus.yml in mkit-0.5.0 vs samples/apps/nexus.yml in mkit-0.6.0

- old
+ new

@@ -3,9 +3,10 @@ name: nexus image: sonatype/nexus3 network: bridge ports: - 80:8081:http:round_robin + - 443:8081:http:round_robin:ssl resources: max_replicas: 1 min_replicas: 1 volumes: - docker://nexus_data:/nexus-data