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",