correct top level indentation to be able to be directly copy-pasteable

This commit is contained in:
Ariel Rin 2024-12-03 09:50:55 +00:00
parent ef7c8be7b5
commit 702564d15e

View File

@ -65,7 +65,7 @@ Using a custom docker image is the preferred approach, as it gives you the stabi
* e.g. * e.g.
```docker ```docker
x-allianceauth-base: &allianceauth-base x-allianceauth-base: &allianceauth-base
# image: ${AA_DOCKER_TAG?err} # image: ${AA_DOCKER_TAG?err}
build: build:
context: . context: .