adding npm
This commit is contained in:
parent
843888b13e
commit
98f3130c00
1 changed files with 13 additions and 0 deletions
13
docker/npm/docker-compose.yml
Normal file
13
docker/npm/docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
services:
|
||||||
|
nginx:
|
||||||
|
image: jc21/nginx-proxy-manager:2.11.3
|
||||||
|
container_name: nginx-proxy-manager
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 81:81
|
||||||
|
- 443:443
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/nginx/data:/data
|
||||||
|
- /docker/appdata/nginx/letsencrypt:/etc/letsencrypt
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in a new issue