tomaszmichalak commented on code in PR #79:
URL: 
https://github.com/apache/sling-org-apache-sling-starter/pull/79#discussion_r1165915186


##########
docker/docker-compose-tar.yaml:
##########
@@ -15,12 +15,16 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# note that the project needs to be built once with `mvn clean install`
+# note that the project needs to be built once with `mvn clean install 
-Ddocker.skip=false`
 services:
     sling:
         image: apache/sling:snapshot
         ports:
-            - "8080"
+            - "8080:8080"
+            # when SLING_DEBUG=true
+            # - "5005:5005"

Review Comment:
   done



##########
docker/docker-compose-mongodb.yaml:
##########
@@ -15,17 +15,20 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# note that the project needs to be built once with `mvn clean install`
+# note that the project needs to be built once with `mvn clean install 
-Ddocker.skip=false`
 services:
     sling:
         image: apache/sling:snapshot
         ports:
-            - "8080"
+            - "8080:8080"
+            # when SLING_DEBUG=true
+            # - "5005:5005"

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to