From 937360bcbfc6f3c2c72636237d3f7b508afe0c6b Mon Sep 17 00:00:00 2001 From: valentin Date: Wed, 29 Mar 2023 17:51:59 +0200 Subject: [PATCH] volume --- portainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/portainer.json b/portainer.json index 73a1811..cd027f0 100644 --- a/portainer.json +++ b/portainer.json @@ -350,6 +350,14 @@ "url": "https://git.baraise.fr/Aguay/portainer", "stackfile": "nginx-webserver/docker-compose.yml" }, + "volumes": [ + { + "container": "/etc/nginx" + }, + { + "container": "/usr/share/nginx/html" + } + ], "env": [ { "name": "ENTRYPOINT",