Update image

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2023-11-26 22:46:58 +01:00
parent ae6eff1f7c
commit 834b50a6ba
5 changed files with 30 additions and 5 deletions

View File

@ -20,11 +20,11 @@
DOCKER := docker
PROFILES := webserver database wordpress adminer
PROFILES := webserver database wordpress adminer uptime-kuma
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
COMPOSE_FILES := $(shell find docker-compose* | sed -e 's/^/--file /')
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
AUTHOR := bensuperpc