From 54aa64db34e4ebf2d1cec21d67c058bf88c10274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Wed, 24 Jul 2024 18:56:33 +0200 Subject: [PATCH] Autmatyczny forward --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 76edfa6..dde5fc0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1 +1,6 @@ -{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "forwardPorts": [ + 1313 + ], +} \ No newline at end of file