Skip to content

Commit

Permalink
Run certbot in matrix docker-network
Browse files Browse the repository at this point in the history
Required in ipv6-only setups. The default docker network is ipv4-only, so validation would fail.

Our own network has ipv6 (if enabled) so that works fine.
  • Loading branch information
Peetz0r committed Jan 30, 2021
1 parent da88927 commit 75c4679
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
--user={{ matrix_user_uid }}:{{ matrix_user_gid }}
--cap-drop=ALL
-p {{ matrix_ssl_lets_encrypt_container_standalone_http_host_bind_port }}:8080
--network={{ matrix_docker_network }}
--mount type=bind,src={{ matrix_ssl_config_dir_path }},dst=/etc/letsencrypt
--mount type=bind,src={{ matrix_ssl_log_dir_path }},dst=/var/log/letsencrypt
{{ matrix_ssl_lets_encrypt_certbot_docker_image }}
Expand Down

0 comments on commit 75c4679

Please sign in to comment.