Fix docker anchor link

This commit is contained in:
David Eisinger
2023-10-25 10:11:13 -04:00
parent 32c72739a3
commit de7b67bc53

View File

@@ -47,7 +47,7 @@ tried to standardize on:
8. [Coordinate services with 8. [Coordinate services with
`wait-for-it`](#8-coordinate-services-with-wait-for-it) `wait-for-it`](#8-coordinate-services-with-wait-for-it)
9. [Start entrypoint scripts with `set -e` and end with 9. [Start entrypoint scripts with `set -e` and end with
`exec "$@"`](#9-start-entrypoint-scripts-with-set-e-and-end-with-exec) `exec "$@"`](#9-start-entrypoint-scripts-with-set--e-and-end-with-exec-)
10. [Target different CPU architectures with 10. [Target different CPU architectures with
`BUILDARCH`](#10-target-different-cpu-architectures-with-buildarch) `BUILDARCH`](#10-target-different-cpu-architectures-with-buildarch)
11. [Prefer `docker compose` to 11. [Prefer `docker compose` to