Remove TLS-related details from examples
authorPablo Zmdl <redacted>
Mon, 16 Dec 2024 11:36:20 +0000 (12:36 +0100)
committerPablo Zmdl <redacted>
Mon, 16 Dec 2024 11:36:20 +0000 (12:36 +0100)
They hint on a possibility that isn't fleshed out, and mislead people to
think something is broken because HTTPS doesn't work out of the box.

examples/docker-compose-fpm-alpine.yaml
examples/docker-compose-fpm.yaml

index 100e5789f2002986be6bfa4336d5d7670c2df39e..2205863c53d5972b345724b998adbc7d5605fe92 100644 (file)
@@ -38,8 +38,6 @@ services:
     # restart: unless-stopped
     ports:
       - 9008:80
-      # If you need SSL connection
-      # - '443:443'
     depends_on:
       - roundcubemail
     links:
@@ -49,9 +47,6 @@ services:
       - ./nginx/templates:/etc/nginx/templates
       # Provide a custom nginx conf
       # - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
-      # If you need SSL connection, you can provide your own certificates
-      # - ./certs:/etc/letsencrypt
-      # - ./certs-data:/data/letsencrypt
     environment:
       - NGINX_HOST=localhost # set your local domain or your live domain
       - NGINX_PHP_CGI=roundcubemail:9000 # same as roundcubemail container name
index 288f692dd13b47991a0bb5463be9e87adfdf09a6..1ae6b6b00a9173fb95be75ba604a1e8fee1c6ba3 100644 (file)
@@ -38,8 +38,6 @@ services:
     # restart: unless-stopped
     ports:
       - 9009:80
-      # If you need SSL connection
-      # - '443:443'
     depends_on:
       - roundcubemail
     links:
@@ -49,9 +47,6 @@ services:
       - ./nginx/templates:/etc/nginx/templates
       # Provide a custom nginx conf
       # - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
-      # If you need SSL connection, you can provide your own certificates
-      # - ./certs:/etc/letsencrypt
-      # - ./certs-data:/data/letsencrypt
     environment:
       - NGINX_HOST=localhost  # set your local domain or your live domain
       - NGINX_PHP_CGI=roundcubemail:9000  # same as roundcubemail container name
git clone https://git.99rst.org/PROJECT