Forward https port

This commit is contained in:
cytopia 2018-06-03 14:37:50 +02:00
parent 4d9ba6f971
commit fe3306885c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -139,7 +139,7 @@ services:
##
## Enable 127.0.0.1 Port-forwarding
##
- FORWARD_PORTS_TO_LOCALHOST=80:httpd:80,3306:mysql:3306,5432:pgsql:5432,6379:redis:6379,11211:memcd:11211,27017:mongo:27017
- FORWARD_PORTS_TO_LOCALHOST=80:httpd:80,443:httpd:443,3306:mysql:3306,5432:pgsql:5432,6379:redis:6379,11211:memcd:11211,27017:mongo:27017
##
## MySQL Backups