From 6abbebe00d6a63106c787c2fae43ff7726e96bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Thu, 12 Oct 2017 10:38:16 +0200 Subject: [PATCH] Reword Compose File v3 explanations --- docs/ourapponswarm.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ourapponswarm.md b/docs/ourapponswarm.md index f111287f..5e711972 100644 --- a/docs/ourapponswarm.md +++ b/docs/ourapponswarm.md @@ -943,13 +943,15 @@ class: extra-details - Compose file version 3 adds the `deploy` section -- Compose file version 3.1 adds support for secrets +- Further versions (3.1, ...) add more features (secrets, configs ...) - You can re-run `docker stack deploy` to update a stack -- ... But unsupported features will be wiped each time you redeploy (!) +- You can make manual changes with `docker service update` ... - (This will likely be fixed/improved soon) +- ... But they will be wiped out each time you `docker stack deploy` + + (That's the intended behavior, when one thinks about it!) - `extends` doesn't work with `docker stack deploy`