From 100ecbd93b6e5e2ab68a928277f850748714b9ec Mon Sep 17 00:00:00 2001 From: sean Date: Wed, 22 Jan 2025 22:33:54 -0800 Subject: [PATCH] introduce probably breaking changes to compose file --- compose-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose-dev.yaml b/compose-dev.yaml index 2359ac5..1e9149f 100644 --- a/compose-dev.yaml +++ b/compose-dev.yaml @@ -3,8 +3,8 @@ services: build: context: . dockerfile: Dockerfile.dev - image: soapbox-dev + image: wokebox-dev ports: - "3036:3036" volumes: - - .:/app \ No newline at end of file + - .:/app