Skip to content

Commit 98f3130

Browse files
author
mafyuh
committedSep 16, 2024
adding npm
1 parent 843888b commit 98f3130

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎docker/npm/docker-compose.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
services:
3+
nginx:
4+
image: jc21/nginx-proxy-manager:2.11.3
5+
container_name: nginx-proxy-manager
6+
ports:
7+
- 80:80
8+
- 81:81
9+
- 443:443
10+
volumes:
11+
- /docker/appdata/nginx/data:/data
12+
- /docker/appdata/nginx/letsencrypt:/etc/letsencrypt
13+
restart: unless-stopped

0 commit comments

Comments
 (0)
Please sign in to comment.