Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 338 Bytes

File metadata and controls

14 lines (10 loc) · 338 Bytes

Docker-compose for NGINX Instance Manager

  1. Edit the .env file configuring the NGINX Management Suite docker image name and the base64-encoded license
  2. Start NGINX Management Suite using
docker-compose -f docker-compose.yaml up -d
  1. Stop NGINX Management Suite using
docker-compose -f docker-compose.yaml down