From 1a211b2f4f1381721fe0e6c3df96ae04b9fc4288 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Fri, 10 Jan 2025 13:23:06 +0100 Subject: [PATCH] Also change port during the bootstrap process. --- bootstrap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.yaml b/bootstrap.yaml index 2cb69c8..5b801db 100644 --- a/bootstrap.yaml +++ b/bootstrap.yaml @@ -28,6 +28,7 @@ services: ports: - "8443:8443" volumes: + - "./simplesamlphp/ports.conf:/etc/apache2/ports.conf:ro" - "./simplesamlphp/apache2.conf:/etc/apache2/sites-enabled/ssp.conf:ro" - "./simplesamlphp/authsources.php:/var/simplesamlphp/config/authsources.php:ro" - "./simplesamlphp/config-bootstrap.php:/var/simplesamlphp/config/config.php:ro"