Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
remove wrong path
  • Loading branch information
gordonfarrell authored Oct 18, 2024
1 parent d2dec02 commit cec3160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion containers/ecr-viewer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
volumes:
- ./sql/core.sql:/docker-entrypoint-initdb.d/core.sql
- ./seed-scripts/sql/01-init.sql:/docker-entrypoint-initdb.d/01-init.sql
- ./seed-scripts/sql/data.sql:/docker-entrypoint-initdb.d/data.sql
- ./seed-scripts/sql/.pgpass/:/usr/local/lib/.pgpass
environment:
- POSTGRES_USER=postgres
Expand Down

0 comments on commit cec3160

Please sign in to comment.