Skip to content

Commit

Permalink
remove sql init volume
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Aug 23, 2024
1 parent 47e896b commit de6bf2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ services:
restart: always
ports:
- 5432:5432
volumes:
- ./local/init.sql:/docker-entrypoint-initdb.d/init.sql
environment:
POSTGRES_DB: jimm
POSTGRES_USER: jimm
Expand Down

0 comments on commit de6bf2a

Please sign in to comment.