fix(Plausible): BASE_URL != PLAUSIBLE_DOMAIN

This commit is contained in:
2022-02-22 16:28:41 +01:00
parent 9cb520624f
commit 7bc9788cd8
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ COMPOSE_FILE=${SERVICES_DIR}/plausible/docker-compose.yml:${SERVICES_DIR}/plausi
## APP
PLAUSIBLE_DOMAIN=http://localhost:8000
PLAUSIBLE_DOMAIN=localhost
BASE_URL=http://${PLAUSIBLE_DOMAIN}:8000
#PLAUSIBLE_CONTAINER_NAME=plausible
#PLAUSIBLE_VOLUME_NAME=plausible
#PLAUSIBLE_IMAGE=plausible/analytics:v1.4.4