NPM config

This commit is contained in:
dn
2024-12-12 14:37:58 +01:00
parent 1930350bf0
commit afc967c188

View File

@@ -0,0 +1,24 @@
version: '1.0'
services:
NPM:
image: 'docker.io/jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80'
- '81:81'
- '443:443'
deploy:
mode: replicated
replicas: 1
volumes:
- NPM_data:/data
- NPM_Letsencrypt:/etc/letsencrypt
volumes:
NPM_data:
driver: gfs_vol
NPM_Letsencrypt:
driver: gfs_vol