cleanup | add includes for docker-compose files

This commit is contained in:
2026-03-30 03:40:39 +00:00
parent dfde1f48f5
commit 2a84d5a71e
8 changed files with 135 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
# nginx-proxy-manager -- https://nginxproxymanager.com/setup/
version: '3.8'
---
services:
app:
container_name: nginx-proxy-manager
@@ -12,13 +12,6 @@ services:
- '81:81' # Admin Web Port
# Add any other Stream port you want to expose
# - '21:21' # FTP
# Uncomment the next line if you uncomment anything in the section
#environment:
# Uncomment this if you want to change the location of
# the SQLite DB file within the container
# DB_SQLITE_FILE: "/data/database.sqlite"
# Uncomment this if IPv6 is not enabled on your host
#DISABLE_IPV6: 'true'
volumes: