remove unused variables

This commit is contained in:
philipp 2023-03-19 18:53:39 +01:00
parent 16e3c3fb31
commit 8aed879a5f
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,3 @@
CONFIG_FILE = conf/config.env
SECRET_FILE = conf/secrets.env
COMPOSE_CMD ?= docker compose
# use unix:///run/docker.sock for docker socket, unix://${XDG_RUNTIME_DIR}/podman/podman.sock for podman
DOCKER_HOST ?= unix:///run/docker.sock