coliru

A minimal, flexible, dotfile installer
git clone https://git.ashermorgan.net/coliru/
Log | Files | Refs | README

commit f8aa11827fb1a8b20887e19b459ca55400299172
parent 27b7fb5e0900b9f5457e7b1bd45d9a5ae81de09b
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Sun, 11 Aug 2024 12:47:10 -0700

Update test SSH server options

Diffstat:
Mtests/server/compose.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/server/compose.yml b/tests/server/compose.yml @@ -5,7 +5,7 @@ services: build: context: . ports: - - 2222:22 + - 127.0.0.1:2222:22 volumes: - type: bind source: ../.temp/ssh