backup
This commit is contained in:
8
Makefile
8
Makefile
@@ -64,11 +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.
|
||||
## All output is logged to /data/log/make-up.log.
|
||||
up: ensure-env
|
||||
@mkdir -p Docker/logs
|
||||
@touch Docker/logs/auth.log
|
||||
$(COMPOSE) $(COMPOSE_OPTS) up -d 2>&1 | tee Docker/logs/make-up.log
|
||||
@mkdir -p data/log
|
||||
@touch data/log/auth.log
|
||||
$(COMPOSE) $(COMPOSE_OPTS) up -d 2>&1 | tee data/log/make-up.log
|
||||
|
||||
## Stop the debug stack.
|
||||
down: ensure-env
|
||||
|
||||
Reference in New Issue
Block a user