From 5b0fc439bb19ef0b19ef813baec8d4d2037d7086 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 28 Oct 2024 03:49:26 +0300 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e336c..fbb49cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Instructions ## docker-compose -- if you run into problems. delete stale containers and: `docker image prune` and `docker volume prune` to make sure there are no stale images and volumes. +- if you run into problems. delete stale containers and: `docker rmi inspi4` and `docker volume prune` to make sure there are no stale images and volumes. - copy `config.env.exmaple` to `config.env` and edit - optional: if you intend to link, copy `include.default.conf` to `include.conf` and edit - build: `docker-compose -f docker-compose.yml build` use: `docker-compose.linked.yml` if you intend to link.