Skip to content

Commit

Permalink
Needs to be set to alias instead of explicit id
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoked authored and dreulavelle committed Dec 17, 2023
1 parent f5d2636 commit a4e6f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PGID=${PGID:-1000}

addgroup -g $PGID iceberg
adduser -D -u $PUID -G iceberg iceberg
chown -R 1000:1000 /iceberg
chown -R iceberg:iceberg /iceberg
chmod -R 755 /iceberg

trap "echo 'Shutting down...'; exit" SIGINT SIGTERM
Expand Down

0 comments on commit a4e6f4c

Please sign in to comment.