cleanup | add includes for docker-compose files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user