From 220d1d6281936cb88b13ea6ae7349b21ee868621 Mon Sep 17 00:00:00 2001 From: Benno Date: Sun, 1 Dec 2024 21:01:03 +0100 Subject: [PATCH] Try to fix SCP action (5) --- infrastructure/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker-compose.yml b/infrastructure/docker-compose.yml index cf68b13..210e7c1 100755 --- a/infrastructure/docker-compose.yml +++ b/infrastructure/docker-compose.yml @@ -13,7 +13,7 @@ services: cap_add: - NET_ADMIN ports: - - "80:80" + - "20001:20001" volumes: - $PWD/Caddyfile:/etc/caddy/Caddyfile - caddy_data:/data