Skip to content

Commit

Permalink
fix: add user to postgres container
Browse files Browse the repository at this point in the history
Merge pull request #34 from etalab/postgres-user
  • Loading branch information
HAEKADI authored Oct 26, 2023
2 parents 6983513 + dccfd7e commit f340084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3"
services:
postgres:
image: postgres:12
user: "${AIRFLOW_UID}:${AIRFLOW_GID}"
volumes:
- ./pg-airflow:/var/lib/postgresql/data
env_file:
Expand Down

0 comments on commit f340084

Please sign in to comment.