From efab608220191fca4e09508074e7ee8318f9a8fb Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sat, 22 Feb 2025 02:04:02 +0100 Subject: [PATCH] Fixed an issue encountered in the boilerplate of the DockerCompose resource file in the library target. --- Library/Resources/Files/Sources/DockerCompose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Resources/Files/Sources/DockerCompose b/Library/Resources/Files/Sources/DockerCompose index 8994020..cbf9270 100644 --- a/Library/Resources/Files/Sources/DockerCompose +++ b/Library/Resources/Files/Sources/DockerCompose @@ -2,6 +2,6 @@ services: app: build: context: . - port: + ports: - 3000:8080 command: ["--hostname", "0.0.0.0", "--port", "8080"]