Remove admin creation

This commit is contained in:
ketan-vijayvargiya
2022-12-16 04:19:20 +00:00
parent a6fe8d13df
commit 7a3a3d2dd9
2 changed files with 1 additions and 4 deletions

View File

@ -28,7 +28,7 @@ services:
plausible:
image: plausible/analytics:latest
restart: always
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:
- plausible_db
- plausible_events_db