Removed exposing ports by default
This commit is contained in:
@ -33,6 +33,16 @@ matrix_media_repo_container_network: "{{ matrix_docker_network }}"
|
||||
# Use this to expose this container to another reverse proxy, which runs in a different container network.
|
||||
matrix_media_repo_container_additional_networks: []
|
||||
|
||||
# Controls whether the matrix-media-repo container exposes its HTTP port (tcp/8000 in the container).
|
||||
#
|
||||
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:8000"), or empty string to not expose.
|
||||
matrix_media_repo_container_http_host_bind_port: ""
|
||||
|
||||
# Controls whether the matrix-media-repo container exposes its metrics port (tcp/9000 in the container).
|
||||
#
|
||||
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9000"), or empty string to not expose.
|
||||
matrix_media_repo_container_metrics_host_bind_port: ""
|
||||
|
||||
# Extra arguments for the Docker container
|
||||
matrix_media_repo_container_extra_arguments: []
|
||||
|
||||
|
Reference in New Issue
Block a user