Browse Source

fix: [apache] providing ssl direct info was not migrated to v2.0 of docker-compose format

postgres
Valentin Lab 6 years ago
parent
commit
f35431f5c3
  1. 3
      apache/lib/common

3
apache/lib/common

@ -157,7 +157,8 @@ ssl_fallback_prepare() {
if [ "$volumes" ]; then
config-add "\
$MASTER_TARGET_SERVICE_NAME:
services:
$MASTER_TARGET_SERVICE_NAME:
volumes:
$volumes
"

Loading…
Cancel
Save