Skip to content

Commit 3f75f05

Browse files
Use environment variable to make command easier
1 parent 2563230 commit 3f75f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html.
6666
> 'can't stat '/home/<user-linux>/.../mnt/pgdata''.`, então executar:
6767
6868
```bash
69-
sudo chown -R <user-linux> mnt/pgdata
69+
sudo chown -R $USER mnt/pgdata
7070
```
7171

7272
Após a conclusão da inicialização, você deverá ver uma mensagem

0 commit comments

Comments
 (0)