Skip to content

Commit

Permalink
fix compose misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
7yl4r authored Jun 9, 2023
1 parent 435452b commit c85311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To do this simply comment out the relevant sections of docker-compose.yml.
3. **OPTIONAL:** connect ERDDAP to your data - see `./erddap/README.md`
6. run initialization containers: `docker compose up airflow-init`
* you will get a permissions error, so now you can chmod all the files that were created and run it again:
* `chmod -R 777 airflow/ influxdb/ grafana/ postgres/ && docker compopse up airflow-init`
* `chmod -R 777 airflow/ influxdb/ grafana/ postgres/ && docker compose up airflow-init`
* that should run without error and exit
7. start everything up: `docker compose up --build -d`
8. **REQUIRED**: toggle "on" airflow processing DAGs - see [issue #12](https://github.com/marinebon/mbon-dashboard-server/issues/12)
Expand Down

0 comments on commit c85311d

Please sign in to comment.