2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

add nginx-proxy-manager

This commit is contained in:
kev
2024-07-22 11:51:40 +08:00
parent 1939fbdf1e
commit a5e0e7b26d
6 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
npm:
image: "jc21/nginx-proxy-manager:2"
ports:
- "80:80"
- "443:443"
- "81:81"
volumes:
- ./data/npm:/data
- ./data/ssl:/etc/letsencrypt
environment:
- DB_SQLITE_FILE=/data/database.db
- DISABLE_IPV6=true
restart: unless-stopped