Update plausible to v1.2
This commit is contained in:
parent
698804ff38
commit
c5050381fc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plausible:
|
plausible:
|
||||||
image: plausible/analytics:v1.1
|
image: plausible/analytics:v1.2
|
||||||
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