Use the latest image

This commit is contained in:
Uku Taht 2020-10-05 16:10:41 +03:00
parent a68f36d934
commit c5146231aa

View File

@ -25,7 +25,7 @@ services:
- 8123:8123 - 8123:8123
plausible: plausible:
image: plausible/analytics:dev image: plausible/analytics:latest
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: depends_on:
- plausible_db - plausible_db