From 45f80d8e548b38524e676d5a6d2f1d9b25f9e5d1 Mon Sep 17 00:00:00 2001 From: Gustavo Roales Date: Sat, 22 Nov 2025 23:36:12 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20stack.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stack.env.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stack.env.example diff --git a/stack.env.example b/stack.env.example new file mode 100644 index 0000000..9eb3a66 --- /dev/null +++ b/stack.env.example @@ -0,0 +1,14 @@ +############################################### +# PORTAINER CONFIG +############################################### + +# Puerto interno HTTPS +PORTAINER_HTTPS_PORT=9443 + +# Puerto Edge (solo si lo usas) +PORTAINER_EDGE_PORT=8000 + +############################################### +# OPCIONES AVANZADAS (solo si las necesitas) +############################################### +# PORTAINER_LOG_LEVEL=INFO \ No newline at end of file