From 60837143f6759eee3b2d9e24bf02b864feb0282e Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 6 May 2024 20:35:05 +0200 Subject: [PATCH] Remove portainer Signed-off-by: Bensuperpc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63ec463..7142588 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ DOCKER := docker -PROFILES := caddy wordpress adminer uptime-kuma portainer qbittorrent gitea jellyfin watchtower backup syncthing openssh +PROFILES := caddy wordpress adminer uptime-kuma qbittorrent gitea jellyfin watchtower backup syncthing openssh PROFILE_CMD := $(addprefix --profile ,$(PROFILES)) COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')