From 83e89ccdbba01c72ad2824c4126896193592facc Mon Sep 17 00:00:00 2001 From: L4RM4ND <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 10 Mar 2024 05:01:41 +0100 Subject: [PATCH] rename portainer-ee to portainer --- README.md | 2 +- examples/{portainer-ee => portainer}/README.md | 0 examples/{portainer-ee => portainer}/docker-compose.yml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename examples/{portainer-ee => portainer}/README.md (100%) rename examples/{portainer-ee => portainer}/docker-compose.yml (100%) diff --git a/README.md b/README.md index d48ed34..e1effc8 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Tools and software for [software project management](https://en.wikipedia.org/wi - [n8n](examples/n8n) - Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. - [Home Assistant](examples/homeassistant) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. -- [Portainer](examples/portainer-ee) - Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts or Swarm clusters). +- [Portainer](examples/portainer) - Portainer is a lightweight management UI which allows you to easily manage your different Docker environments (Docker hosts or Swarm clusters). - [Dockge](https://github.com/louislam/dockge/blob/master/compose.yaml) - A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager. - [Uptimekuma](examples/uptimekuma) - Uptime Kuma is an easy-to-use self-hosted monitoring tool. - [Changedetection](examples/changedetection) - Self-hosted tool for staying up-to-date with web-site content changes. diff --git a/examples/portainer-ee/README.md b/examples/portainer/README.md similarity index 100% rename from examples/portainer-ee/README.md rename to examples/portainer/README.md diff --git a/examples/portainer-ee/docker-compose.yml b/examples/portainer/docker-compose.yml similarity index 100% rename from examples/portainer-ee/docker-compose.yml rename to examples/portainer/docker-compose.yml