Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 27, 2024
1 parent 8d49050 commit 8368a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-tech-stack/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ YAML[^2] stands for Yet Another Markup Language and for correct parsing of these
In short, make sure everything lines up vertically and you'll be OK. Use an editor which highlights spaces for bonus points. VSCode has some nice syntax plug-ins and YAML is one of them.
To create the container defined above copy and paste the above into a file placed at `~/compose.yaml`, run `docker-compose up -d` and watch. When the output has finished updating, your Librespeed container will be accessible at `serverip:8008`. Try it out!
To create the container defined above copy and paste the above into a file placed at `~/compose.yaml`, run `docker compose up -d` and watch. When the output has finished updating, your Librespeed container will be accessible at `serverip:8008`. Try it out!

[^1]: [Docker - docker-compose](https://docs.docker.com/compose/)
[^2]: [YAML.org - Spec](https://yaml.org/spec/)

0 comments on commit 8368a69

Please sign in to comment.