We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d458554 commit a30bd70Copy full SHA for a30bd70
airflow-core/docs/howto/docker-compose/docker-compose.yaml
@@ -217,7 +217,7 @@ services:
217
echo "For other operating systems you can get rid of the warning with manually created .env file:"
218
echo " See: https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html#setting-the-right-airflow-user"
219
echo
220
- export AIRFLOW_UID=$(id -u)
+ export AIRFLOW_UID=$$(id -u)
221
fi
222
one_meg=1048576
223
mem_available=$$(($$(getconf _PHYS_PAGES) * $$(getconf PAGE_SIZE) / one_meg))
0 commit comments