From 5727d009d30e6fb868da71703175241024a5269f Mon Sep 17 00:00:00 2001 From: Age Manning Date: Tue, 6 May 2025 16:18:28 +1000 Subject: [PATCH 1/2] Default 443 for docker-compose --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b978beca..bb27eec0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: siren: image: sigp/siren ports: - - '4443:443' # comment this line when using `SSL_ENABLED=false` + - '443:443' # comment this line when using `SSL_ENABLED=false` # - "4080:80" # uncomment this line when using `SSL_ENABLED=false` env_file: - .env From f3fb69937abbeaf9f35d7b67f53902a96b29e784 Mon Sep 17 00:00:00 2001 From: Ricki Moore Date: Tue, 6 May 2025 13:04:50 +0200 Subject: [PATCH 2/2] Update docker-compose.yml Co-authored-by: antondlr --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bb27eec0..c888d235 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: image: sigp/siren ports: - '443:443' # comment this line when using `SSL_ENABLED=false` - # - "4080:80" # uncomment this line when using `SSL_ENABLED=false` + # - "80:80" # uncomment this line when using `SSL_ENABLED=false` env_file: - .env # uncomment these 2 lines if you use docker on linux and want to use the special host `host.docker.internal` as your BN/VC address