added npm file
This commit is contained in:
11
npm.yml
Normal file
11
npm.yml
Normal file
@@ -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 <host-port>:<container-port>
|
||||||
|
- '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
|
||||||
Reference in New Issue
Block a user