Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.08 KB

snippet-box with with docker-compose

Build Status


1- Clone this repo and pull the image :

git clone https://github.com/ariadata/dc-snippetbox.git
cd dc-snippetbox
rm -rf .git
docker-compose pull

2- Edit .env and docker-compose.yml as you need.

3- Run docker-compose file by using :

docker-compose up -d

4- Goto Nginx-Proxy-Manager admin panel and add this stack as proxy-host :

Domain : Your-FQDN you must pointed it before!

Schema : http

Name or IP : snippetbox

Port : 5000

Config SSL Part

5- goto : https://Your-FQDN/

Done!