Skip to content

Latest commit

 

History

History

docker-compose

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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