Skip to content

Commit

Permalink
add how to remove ocis_wopi files
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed May 17, 2024
1 parent 1231988 commit d0de781
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ sudo docker rmi <container ID> <container ID> ...
----
--

. Remove Docker Volumes
. Remove docker volumes:
** Remove all unused anonymous docker volumes:
+
--
Expand Down Expand Up @@ -468,6 +468,17 @@ sudo docker volume ls
----
--

. Remove the directory with the docker compose files:
+
--
Issue the following command to remove the docker compose directory used by `ocis_wopi`:

[source,bash]
----
sudo rm -r ~/compose/ocis/ocis_wopi
----
--

The Infinite Scale instance is now fully removed from the server.

== Admin Password
Expand Down

0 comments on commit d0de781

Please sign in to comment.