From fab7cf6c9d1ec8502131ef37f0a9f3a0fbefbd42 Mon Sep 17 00:00:00 2001 From: Roman Anasal Date: Mon, 25 Jan 2021 14:07:39 +0100 Subject: [PATCH] Add Compose service profiles to navigation --- _data/toc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/toc.yaml b/_data/toc.yaml index 6e07412036..1530c8cc42 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1194,6 +1194,8 @@ manuals: title: Environment variables in Compose - path: /compose/env-file/ title: Environment file + - path: /compose/profiles/ + title: Using service profiles - path: /compose/extends/ title: Extend services in Compose - path: /compose/networking/