From ac0e5a6c97fb6006b9cc06fd079f464b98e28a5b Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sun, 27 Apr 2025 01:36:29 +0930 Subject: [PATCH] Fix install script --- docker/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/install.sh b/docker/install.sh index dc74f37..d278470 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -3,6 +3,7 @@ # Remove the existing container systemctl stop notes.service systemctl disable notes.service +docker container stop notes-server docker container rm notes-server # Build the notes-server image.