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

Reply via email to