]> git.parisson.com Git - docker-django-scripts.git/commitdiff
[db] fix host for restoring
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 25 Feb 2020 16:01:56 +0000 (17:01 +0100)
committerEmilie Zawadzki <emilie.zawadzki@ircam.fr>
Wed, 9 Sep 2020 14:59:45 +0000 (16:59 +0200)
dev/local/restore_db.sh

index c61b65ff649a87bbc508c3f7922e7f7c5091c064..5392fd3c3d3becb63b0ff4d8a3ca5806380cca89 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-/srv/bin/misc/wait-for-it/wait-for-it.sh -h localhost -p $DB_PORT;
+/srv/bin/misc/wait-for-it/wait-for-it.sh -h db -p $DB_PORT;
 
 set -e