mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-03-24 06:29:54 +00:00
Update docker-compose.yml
use specific plausible version before v2.0.0
This commit is contained in:
parent
9478e8c4e9
commit
554eeaf3e9
@ -34,7 +34,7 @@ services:
|
||||
|
||||
plausible:
|
||||
container_name: 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 db init-admin && /entrypoint.sh run"
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user