Run plausible migrations on startup
This commit is contained in:
parent
19c134564a
commit
384a07b513
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
|||
plausible:
|
||||
image: plausible/analytics:latest
|
||||
restart: unless-stopped
|
||||
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
- db
|
||||
- clickhouse
|
||||
|
|
Loading…
Reference in a new issue