We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696196b commit 3fa7a87Copy full SHA for 3fa7a87
examples/plausible/docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
33
plausible:
34
container_name: plausible
35
- image: ghcr.io/plausible/community-edition:v2.1.3
+ image: ghcr.io/plausible/community-edition:v2.1
36
restart: always
37
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
38
depends_on:
0 commit comments