This commit is contained in:
valentin
2023-03-29 17:51:59 +02:00
parent d5a3bb0c58
commit 937360bcbf

View File

@@ -350,6 +350,14 @@
"url": "https://git.baraise.fr/Aguay/portainer", "url": "https://git.baraise.fr/Aguay/portainer",
"stackfile": "nginx-webserver/docker-compose.yml" "stackfile": "nginx-webserver/docker-compose.yml"
}, },
"volumes": [
{
"container": "/etc/nginx"
},
{
"container": "/usr/share/nginx/html"
}
],
"env": [ "env": [
{ {
"name": "ENTRYPOINT", "name": "ENTRYPOINT",