Skip to content

Commit

Permalink
fix(update-dump): add cap add flag (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 authored Sep 12, 2023
1 parent 053ea74 commit 46ddcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo "Spinning up Postgres Docker container..."

# Start the container in the background
CONTAINER_ID=$(docker container run -d \
--cap-add SYS_RESOURCE \
--platform linux/amd64 \
-p $PG_HOST_PORT:5432 \
-e ALLOW_NOSSL=true \
Expand Down

0 comments on commit 46ddcb1

Please sign in to comment.