Update plausible/analytics Docker tag to v2
This commit is contained in:
parent
82281c6307
commit
1b24578fe6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plausible:
|
plausible:
|
||||||
image: plausible/analytics:v1.5
|
image: plausible/analytics:v2.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
|
command: sh -c "/entrypoint.sh db migrate && /entrypoint.sh run"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue