Skip to content

Commit

Permalink
Rename init-marquezdb.sh to init-db.sh (MarquezProject#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc authored Nov 29, 2018
1 parent acf0386 commit bf269df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- MARQUEZ_USER=buendia
- MARQUEZ_PASSWORD=macondo
volumes:
- ./docker/init-marquezdb.sh:/docker-entrypoint-initdb.d/init-marquezdb.sh
- ./docker/init-db.sh:/docker-entrypoint-initdb.d/init-db.sh

networks:
net:
2 changes: 1 addition & 1 deletion docker/init-marquezdb.sh → docker/init-db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Usage: $ ./init-marquezdb.sh
# Usage: $ ./init-db.sh

set -eu

Expand Down

0 comments on commit bf269df

Please sign in to comment.