docker: Promote compose port align to master
Land develop compose/README port align (PR #11 / a6e0693) onto master.
Resolves README divergence vs master ADMIN_PASSWORD docs; keeps ADMIN_PORT=81 healthcheck align. Temporary head branch only — develop retained.
Co-authored-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
Co-committed-by: s1d3sw1ped_bot <s1d3sw1ped+giteabot@gmail.com>
This commit was merged in pull request #13.
This commit is contained in:
committed by
s1d3sw1ped_bot
parent
ac98b8e942
commit
ac295ec330
+12
-8
@@ -12,14 +12,18 @@ services:
|
||||
- ./data:/app/data
|
||||
# user: "0:0" # required when using PUID/PGID != built-in to allow binary to chown+drop
|
||||
# working_dir: /app # binary uses CWD for relative data/ + data/www/
|
||||
# environment:
|
||||
# - JWT_SECRET= # optional; otherwise a random secret is stored in data/.jwt_secret
|
||||
# - DATA_DIR=/app/data
|
||||
# - WWW_DIR=/app/data/www
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - DISABLE_IPV6=1
|
||||
# # PUID_NO_DROP=1 # if using low ports (80/443) + PUID: chown as root but skip drop (stay root for bind; default drop runs as PUID after, requires high ports or NET_BIND_SERVICE cap)
|
||||
environment:
|
||||
- ADMIN_PORT=81
|
||||
- PROXY_HTTP_PORT=80
|
||||
- PROXY_HTTPS_PORT=443
|
||||
# ADMIN_HOST defaults to 127.0.0.1 (healthcheck hits 127.0.0.1:81)
|
||||
# - JWT_SECRET= # optional; otherwise a random secret is stored in data/.jwt_secret
|
||||
# - DATA_DIR=/app/data
|
||||
# - WWW_DIR=/app/data/www
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - DISABLE_IPV6=1
|
||||
# # PUID_NO_DROP=1 # if using low ports (80/443) + PUID: chown as root but skip drop (stay root for bind; default drop runs as PUID after, requires high ports or NET_BIND_SERVICE cap)
|
||||
# To use optional SQL backend instead of default yaml:
|
||||
# - DB_TYPE=postgres
|
||||
# - DB_POSTGRES_HOST=db
|
||||
|
||||
Reference in New Issue
Block a user