Uploading Everything

Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
2026-02-12 17:12:19 +02:00
commit fe628b774f
38 changed files with 1273 additions and 0 deletions

14
NPM/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
name: nginxproxymanager
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
environment:
TZ: Africa/Tripoli
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- C:\Data\AppData\nginxproxymanager\data:/data
- C:\Data\AppData\nginxproxymanager\etc\letsencrypt:/etc/letsencrypt