commit
9f11c316dc
|
|
@ -0,0 +1,18 @@
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: 'jc21/nginx-proxy-manager:latest'
|
||||||
|
container_name: proxy-manager
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- '80:80' # Public HTTP
|
||||||
|
- '443:443' # Public HTTPS
|
||||||
|
- '81:81' # Admin Web Port
|
||||||
|
environment:
|
||||||
|
DB_SQLITE_FILE: "/data/database.sqlite"
|
||||||
|
# Uncomment this if IPv6 is not enabled on your host
|
||||||
|
DISABLE_IPV6: 'true'
|
||||||
|
volumes:
|
||||||
|
# Restriction of filesystem -bizMark
|
||||||
|
- /home/proxy-manager/data:/data
|
||||||
|
- /home/proxy-manager/letsencrypt:/etc/letsencrypt
|
||||||
|
- /home/proxy-manager/custom:/etc/nginx/custom
|
||||||
Loading…
Reference in New Issue