From 1bd4270a48afbb9f88a5c39c9a074f20452663c1 Mon Sep 17 00:00:00 2001 From: kraaij <kraaij@astron.nl> Date: Fri, 15 Sep 2023 14:55:38 +0200 Subject: [PATCH] When uunning in network ... now is running --- docker-compose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 910348603..c1f5a12c5 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -129,7 +129,7 @@ else endif # -# When uunning in network=host mode, point devices at a port on the host +# When running in network=host mode, point devices at a port on the host # machine rather than at the container. # ifeq ($(NETWORK_MODE),host) -- GitLab