How to setup Artifactory on Ubuntu using Docker compose | Install Artifactory using Docker Compose

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • www.coachdevop...
    Pre-requisites:
    Ubuntu EC2 up and running with at least t2.medium (4GB RAM), 2GB will not work
    Port 8081, 8082 is opened in security firewall rule
    instance should have docker-compose installed
    Perform System update
    sudo apt update
    Install Docker-Compose
    sudo apt install docker-compose -y
    Create docker-compose.yml
    sudo docker-compose up -d
    Make sure Artifactory is up and running
    sudo docker-compose logs --follow

ความคิดเห็น • 1

  • @BananaCountryOfficial
    @BananaCountryOfficial 2 หลายเดือนก่อน

    Please, could you make a video to explain how to setup artifactory in front of an Nginx reverse proxy?