docker-compose.yml: add warning on port binding in prod

This commit is contained in:
maxlath
2025-02-27 17:21:46 +01:00
parent 1450ac5888
commit a224610d28

View File

@@ -24,6 +24,10 @@ services:
env_file: .env
# Uncomment ports to get access to the db
# ie. for database transformation, querying, UI access (http://localhost:5984/_utils/)
# /!\ Beware that exposing container ports like this might bypass your firewall rules
# See https://docs.docker.com/engine/install/ubuntu/#firewall-limitations
# Keeping it bound to localhost (which is the default) should be safe though
# (that is, contrary to binding to 0.0.0.0)
# ports:
# - "5984:5984"
volumes: