Skip to content

Commit

Permalink
Revert "fix: add user to postgres container"
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI authored Oct 26, 2023
1 parent f340084 commit 772b3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ 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 772b3eb

Please sign in to comment.