Skip to content

Instantly share code, notes, and snippets.

@s-rohith
Last active February 27, 2024 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-rohith/fe1f1aa9bf17ba5be46d9a8e6d2e6cb6 to your computer and use it in GitHub Desktop.
Save s-rohith/fe1f1aa9bf17ba5be46d9a8e6d2e6cb6 to your computer and use it in GitHub Desktop.
To Install OSS Jfrog artifactory
version: '3'
services:
artifactory:
image: docker.bintray.io/jfrog/artifactory-oss:latest
container_name: artifactory
ports:
- "8081:8081"
- "8082:8082"
volumes:
- /home/$whoami/jfrog:/var/opt/jfrog/artifactory
@s-rohith
Copy link
Author

sudo chown -R 1030:1030 /$whoami/rohith/jfrog
sudo chmod -R 777  /home/$whoami/jfrog

docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment