Remove deprecated `init-admin` from startup command

This commit is contained in:
3wc 2023-08-11 09:48:57 +02:00
parent fa5e91fc33
commit f5f1bdd5eb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version: "3.8"
services:
app:
image: plausible/analytics:v1.5.1
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run"
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
- db
- events_db