Commit 7b871218 authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia nombre del volumen por error en definición

parent 6a291d79
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ PHPLDAPADMIN_HTTPS=false
PHPLDAPADMIN_LDAP_CLIENT_TLS=false
DATA_VOL_NAME=phpldapadmin-data-vol
PUBLIC_HOSTNAME=change.me
DATA_VOL_NAME=openldap-data-vol

VOL_TYPE=nfs4
VOL_ADDR=127.0.0.1
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@ volumes:
    driver_opts:
      type: ${VOL_TYPE}
      o: addr=${VOL_ADDR},${VOL_OPTS}
      device: ${DATA_VOL_DEVICE:-:/openldap-data-vol/}
      device: ${DATA_VOL_DEVICE:-:/phpldapadmin-data-vol/}