Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove TLS-related details from examples #303

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading