Pin Plausible to major version
This commit is contained in:
parent
29c9e14f62
commit
2c4e1e0414
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plausible:
|
plausible:
|
||||||
image: plausible/analytics:latest
|
image: plausible/analytics:v1
|
||||||
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