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.