chore: Rename containers to containerfiles

This commit is contained in:
Wanjohi
2025-09-06 04:29:44 +03:00
parent dc6a53e18d
commit 8643608ae4
9 changed files with 8 additions and 8 deletions

9
containerfiles/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
relay.example.com {
@ws {
header Connection Upgrade
header Upgrade websocket
}
tls you@example.com
reverse_proxy @ws relay:8088
reverse_proxy relay:8088
}