Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
use env
  • Loading branch information
l4rm4nd authored Jan 14, 2024
1 parent 03fa6e1 commit 21469a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plausible/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plausible/database/:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=postgres
- POSTGRES_PASSWORD=${PSQL_PASS:-password}

plausible_events_db:
container_name: plausible-events-db
Expand Down Expand Up @@ -44,7 +44,7 @@ services:
ports:
- 8000:8000 # WEB UI
env_file:
- plausible-conf.env
- .env
#networks:
# - proxy
#labels:
Expand Down

0 comments on commit 21469a7

Please sign in to comment.