Merge pull request #303 from roundcube/remove-tls-details-from-example

This commit is contained in:
Pablo Zmdl 2025-01-02 10:44:01 +01:00 committed by GitHub
commit e7bb1ba001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 10 deletions

View 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

View 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