remove admin password argument in docker compose

This commit is contained in:
max 2024-12-26 06:27:28 +00:00 committed by git.gay
parent 76e061cb8a
commit ed733a8a13

View file

@ -25,8 +25,6 @@ services:
target: /catask/.env
build:
dockerfile: Dockerfile
args:
ADMIN_PASSWORD: changeme
depends_on:
- mariadb