From 0798cc90463e92c55f308e2dac41405a83142a03 Mon Sep 17 00:00:00 2001 From: arndttouby Date: Wed, 9 Apr 2025 12:21:51 +0000 Subject: [PATCH] Migrate to self hosted Forgejo (#1) Change context url in compose.yml Signed-off-by: arndttouby Reviewed-on: https://git.touby.eu/arndttouby/elixir-phoenix-devcontainer/pulls/1 Co-authored-by: arndttouby Co-committed-by: arndttouby --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index d506f8e..726d5bc 100644 --- a/compose.yml +++ b/compose.yml @@ -17,7 +17,7 @@ services: tty: true stdin_open: true build: - context: https://github.com/arndttouby/elixir-phoenix-devcontainer.git + context: https://git.touby.eu/arndttouby/elixir-phoenix-devcontainer.git dockerfile: Dockerfile target: development