From 163a4639752ac1451f0b4a3514403badccd1d844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristopher=20Pinz=C3=B3n?= Date: Fri, 26 Jan 2024 12:44:09 -0500 Subject: [PATCH] rename sample compose file Co-authored-by: steffyP --- example/service/serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/service/serverless.yml b/example/service/serverless.yml index 858ff6f..ea87fe8 100644 --- a/example/service/serverless.yml +++ b/example/service/serverless.yml @@ -14,7 +14,7 @@ custom: debug: true stages: [local] autostart: true - compose_file: /home/cristopher/Projects/serverless-localstack/docker-compose.yml + compose_file: /home/localstack/Projects/serverless-localstack/docker-compose.yml functions: hello: