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