1
0
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:
LRVT 2023-06-19 09:47:55 +02:00 committed by GitHub
parent 9478e8c4e9
commit 554eeaf3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: