Remove openSSH

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-05-18 18:27:22 +02:00
parent a141daff08
commit 0f7df1997f
4 changed files with 2 additions and 33 deletions

View File

@ -13,11 +13,9 @@
DOCKER := docker
PROFILES := caddy wordpress adminer backup qbittorrent
PROFILES := caddy wordpress adminer backup qbittorrent syncthing gitea gitea-runner uptime-kuma jellyfin watchtower
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
# syncthing openssh gitea gitea-runner uptime-kuma jellyfin watchtower
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
.PHONY: build all