Skip to content

Commit

Permalink
make psql container run as 1000:1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Mar 14, 2024
1 parent a8993c3 commit b20a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
image: postgres:15-alpine
container_name: ${DBC_NAME}
restart: unless-stopped
#user: 1000:1000
user: 1000:1000
environment:
- POSTGRES_DB=${PSQL_DB}
- POSTGRES_USER=${PSQL_USER}
Expand Down

0 comments on commit b20a6c1

Please sign in to comment.