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. 1
      apache/lib/common

1
apache/lib/common

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

Loading…
Cancel
Save