create ssl cer in container to serve content

This commit is contained in:
GotPPay
2018-07-05 18:44:41 +02:00
parent 72d474a985
commit 4346299a52
5 changed files with 153 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ services:
- ./log/backend/:/var/log/apache2/
ports:
- '8081:80'
- '8082:443'
depends_on:
- db
#use links keywoard to use db as a known host "db" to connect to database