From 741a9c32508ed3b407d43539bd5907a60b317ed1 Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Thu, 2 Mar 2023 20:08:40 +0100 Subject: [PATCH] Update 'dev/docker/stacks/main/compose.yml' Switched to correct container url --- dev/docker/stacks/main/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docker/stacks/main/compose.yml b/dev/docker/stacks/main/compose.yml index 9997809..ae52d7e 100644 --- a/dev/docker/stacks/main/compose.yml +++ b/dev/docker/stacks/main/compose.yml @@ -1,7 +1,7 @@ version: '3' services: app: - image: git.oishi-ra.men/nikurasu/socialtree-js:latest + image: dev.cat-enby.club/nikurasu/socialtree:latest container_name: socialtree environment: PORT: 3000