Skip to content

Commit

Permalink
Remove TLS-related details from examples
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pabzm committed Dec 16, 2024
1 parent 8519970 commit 9f59f95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions examples/docker-compose-fpm-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ services:
# restart: unless-stopped
ports:
- 9008:80
# If you need SSL connection
# - '443:443'
depends_on:
- roundcubemail
links:
Expand All @@ -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
Expand Down
5 changes: 0 additions & 5 deletions examples/docker-compose-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ services:
# restart: unless-stopped
ports:
- 9009:80
# If you need SSL connection
# - '443:443'
depends_on:
- roundcubemail
links:
Expand All @@ -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
Expand Down

0 comments on commit 9f59f95

Please sign in to comment.