backup
This commit is contained in:
3
Makefile
3
Makefile
@@ -64,10 +64,11 @@ print('Created .env with a generated BANGUI_SESSION_SECRET.')"; \
|
||||
|
||||
## Start the debug stack (detached).
|
||||
## Ensures log stub files exist so fail2ban can open them on first start.
|
||||
## All output is logged to Docker/logs/make-up.log.
|
||||
up: ensure-env
|
||||
@mkdir -p Docker/logs
|
||||
@touch Docker/logs/auth.log
|
||||
$(COMPOSE) $(COMPOSE_OPTS) up -d
|
||||
$(COMPOSE) $(COMPOSE_OPTS) up -d 2>&1 | tee Docker/logs/make-up.log
|
||||
|
||||
## Stop the debug stack.
|
||||
down: ensure-env
|
||||
|
||||
Reference in New Issue
Block a user