remove admin password argument in docker compose
This commit is contained in:
parent
76e061cb8a
commit
ed733a8a13
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ services:
|
||||||
target: /catask/.env
|
target: /catask/.env
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
|
||||||
ADMIN_PASSWORD: changeme
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue