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 2563230 commit 3f75f05Copy full SHA for 3f75f05
README.md
@@ -66,7 +66,7 @@ https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html.
66
> 'can't stat '/home/<user-linux>/.../mnt/pgdata''.`, então executar:
67
68
```bash
69
- sudo chown -R <user-linux> mnt/pgdata
+ sudo chown -R $USER mnt/pgdata
70
```
71
72
Após a conclusão da inicialização, você deverá ver uma mensagem
0 commit comments