[
https://issues.apache.org/jira/browse/SYNCOPE-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578431#comment-16578431
]
ASF GitHub Bot commented on SYNCOPE-1355:
-----------------------------------------
Github user ilgrosso commented on a diff in the pull request:
https://github.com/apache/syncope/pull/80#discussion_r209650421
--- Diff: src/main/asciidoc/getting-started/obtain.adoc ---
@@ -422,6 +422,23 @@ services:
<4> Apache Syncope Enduser UI, port `38080` exposed, working with `Master`
domain
====
+How to start the containers:
+
+. Save the example file as `docker-compose.yml` in an empty directory.
+. Download and start the containers:
++
+[source,bash]
+----
+$ docker-compose up
+----
+
+The following services will be available:
--- End diff --
Please style as in
https://github.com/apache/syncope/blob/master/src/main/asciidoc/getting-started/obtain.adoc#L259
e.g. "Components" under "GUI Installer"
> Document how to access services when using Docker Compose
> ---------------------------------------------------------
>
> Key: SYNCOPE-1355
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1355
> Project: Syncope
> Issue Type: Improvement
> Components: docker, documentation
> Reporter: Pieter Frenssen
> Priority: Minor
> Fix For: 2.1.0
>
>
> As a brand new user wanting to evaluate Syncope I installed the software
> locally using Docker Compose. The documentation for Docker Compose mentions
> the ports that are exposed but it is not clear to a new user how to access
> the different services.
> Let's add the actual URLs where the services can be reached to the
> documentation.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)