Skip to content

Commit

Permalink
fix seed publishing (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Nov 12, 2020
1 parent 97e30c4 commit 7bbe851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
# hook in case we need to add init behavior
# every root service (no depends_on) should depend on init
init:
image: airbyte/seed:${VERSION}
image: airbyte/init:${VERSION}
container_name: init
command: /bin/sh -c "./scripts/create_mount_directories.sh /local_parent ${HACK_LOCAL_ROOT_PARENT} ${LOCAL_ROOT}"
environment:
Expand Down

0 comments on commit 7bbe851

Please sign in to comment.