Hello Chris,   
  Thank you for contacting us. It looks like you’re having problems with 
mounting volumes. There are two ways to mount volumes:   
  -v <host-folder>:<container-folder> is to expose a particular volume from the 
host to the container.   
  -v <host-folder> makes the specified volumes exportable for later use in 
other containers (e.g an upgrade scenario)   
  To run Artifactory Pro Registry, execute the following Docker command:  Your 
command should be the following:   docker run -d --name <container name> -p 
80:80 -p 8081:8081 -p 443:443 -p 5000-5002:5000-5002 <volume mounts> 
jfrog-docker-registry.bintray.io/jfrog/artifactory-registry:<version>   
  For more information, please follow our Running with Docker guide.    
  Best regards,  Omar  JFrog Support        
 
  
         On Wed, 28 Oct at  8:37 AM
          ,  artifactory-users <[email protected]>  wrote:
           
 I am trying to get the Artifactory Pro running using the docker image
 provided. I cannot seem to get the mounts right. Here is my docker-compose
 file
 
 artifactory:
   image: jfrog-docker-registry.bintray.io/jfrog/artifactory-pro:4.1.0
   ports:
     - "8081:8081"
   environment:
     ARTIFACTORY_HOME: /var/opt/jfrog/artifactory
   volumes:
     - ./data:$ARTIFACTORY_HOME/data
     - ./logs:$ARTIFACTORY_HOME/logs
     - ./backup:$ARTIFACTORY_HOME/backup
     - ./etc:$ARTIFACTORY_HOME/etc
 
 
 
 --
 View this message in context: 
http://forums.jfrog.org/docker-compose-file-for-Artifactory-tp7580537.html
 Sent from the Artifactory - Users mailing list archive at Nabble.com.
 
 ------------------------------------------------------------------------------
 _______________________________________________
 Artifactory-users mailing list
 [email protected]
 https://lists.sourceforge.net/lists/listinfo/artifactory-users



------------------------------------------------------------------------------
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to