Skip to content

Commit

Permalink
- removed extra argument for geopackage pusher
Browse files Browse the repository at this point in the history
  • Loading branch information
doublebyte1 committed Jun 3, 2022
1 parent 21e422f commit a1ac0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
- elastic_search
depends_on:
- elastic_search
command: bash -c "/docker-entrypoint.sh masked"
command: bash -c "/docker-entrypoint.sh"

volumes:
elastic_search_data: {}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
- elastic_search
depends_on:
- elastic_search
command: bash -c "/docker-entrypoint.sh masked"
command: bash -c "/docker-entrypoint.sh"


volumes:
Expand Down

0 comments on commit a1ac0f4

Please sign in to comment.