From 316ea18f1e539aed0edcc08fe839d0065f7df512 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:34:00 +0100 Subject: [PATCH] HTTP an localhost binden --- templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yaml.j2 b/templates/docker-compose.yaml.j2 index b1b413f..6e42000 100644 --- a/templates/docker-compose.yaml.j2 +++ b/templates/docker-compose.yaml.j2 @@ -10,7 +10,7 @@ services: - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - - "3000:3000" + - "127.0.0.1:3000:3000" - "22:2222" env_file: ./environment.env user: "{{ git_user.uid }}:{{ git_user.group }}" \ No newline at end of file