remove ssl from container and use port 80

This commit is contained in:
GotPPay
2018-07-15 13:52:18 +02:00
parent e484c6dd54
commit 397fd69cfe
3 changed files with 1 additions and 145 deletions

View File

@@ -9,7 +9,6 @@ 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