feat: follow-up compose 'ports' support: use ingress mode by default (closes #81)

This commit is contained in:
Pasha Sviderski
2025-07-21 16:56:52 +10:00
parent fea7edcbc5
commit 6fb07db4b2
4 changed files with 45 additions and 39 deletions
+1 -1
View File
@@ -102,5 +102,5 @@ _lint:
golangci-lint run $(ARGS)
.PHONY: docs-image-push
docs-image:
docs-image-push:
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(DOCS_IMAGE)" ./docs