Skip to content

Commit

Permalink
chore: add restart policy for postgresql docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arkohut committed Jan 31, 2025
1 parent 737ba08 commit cd9ba38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_pg.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
docker run -d \
--name pensieve-pgvector \
--restart always \
-p 5432:5432 \
-e POSTGRES_PASSWORD=mysecretpassword \
-v pensieve-pgdata:/var/lib/postgresql/data \
Expand Down

0 comments on commit cd9ba38

Please sign in to comment.