mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
use v1.5 in docker-compose.yml
This commit is contained in:
parent
36ada560cb
commit
3e1462eabd
@ -26,7 +26,7 @@ services:
|
||||
hard: 262144
|
||||
|
||||
plausible:
|
||||
image: plausible/analytics:latest
|
||||
image: plausible/analytics:v1.5
|
||||
restart: always
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user