Skip to content

Commit a46be82

Browse files
author
Vitor
committed
[docker-compose] fix user 50000
1 parent 449948f commit a46be82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- ../airflow_commons:/opt/airflow/plugins/airflow_commons
6868
- ../airflow-great-expectations:/opt/airflow/include/great_expectations
6969

70-
user: "${AIRFLOW_UID:-50000}:${AIRFLOW_GID:-50000}"
70+
user: "50000:0"
7171
depends_on:
7272
postgres:
7373
condition: service_healthy

0 commit comments

Comments
 (0)