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