From 821dc31aa9bf3995c890b41da1eea1ec374cbd20 Mon Sep 17 00:00:00 2001 From: jerick Date: Thu, 13 Oct 2022 19:48:57 -0400 Subject: [PATCH] added npm file --- npm.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 npm.yml diff --git a/npm.yml b/npm.yml new file mode 100644 index 0000000..a00244d --- /dev/null +++ b/npm.yml @@ -0,0 +1,11 @@ +npm_app_1: + image: jc21/nginx-proxy-manager:latest + container_name: npm_app_1 + restart: unless-stopped + ports: + # These ports are in format : + - '80:80' # Public HTTP Port + - '443:443' # Public HTTPS Port + - '81:81' # Admin Web Port + # Add any other Stream port you want to expose + # - '21:21' # FTP \ No newline at end of file