Remove deprecated init-admin
from startup command
This commit is contained in:
@ -4,7 +4,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: plausible/analytics:v1.5.1
|
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:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- events_db
|
- events_db
|
||||||
|
Reference in New Issue
Block a user