Commit 09560e78 authored by Muhammad Usman's avatar Muhammad Usman

first commit

parent 86c17c72
version: '3'
services:
artifactory:
image: releases-docker.jfrog.io/jfrog/artifactory-jcr:latest
container_name: artifactory
restart: always
environment:
- JF_ROUTER_ENTRYPOINTS_EXTERNALPORT=8082
ports:
- 8082:8082
- 8081:8081 # for artifactory communication
volumes:
- artifactory:/var/opt/jfrog/artifactory
- /etc/localtime:/etc/localtime:ro
volumes:
artifactory:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment