mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
Fix docker-compose command
This commit is contained in:
parent
98f72b21ec
commit
f56fab0bb8
@ -26,7 +26,7 @@ services:
|
||||
|
||||
plausible:
|
||||
image: plausible/analytics:dev
|
||||
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 db init-admin && /entrypoint.sh run"
|
||||
depends_on:
|
||||
- plausible_db
|
||||
- plausible_events_db
|
||||
|
Loading…
Reference in New Issue
Block a user