Skip to content

Commit

Permalink
fix(docker-compose.prod.yml): env var naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Nov 29, 2024
1 parent 88c6825 commit 127ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
environment:
POSTGRES_USER: strapi
POSTGRES_DB: strapi
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
volumes:
- "strapi_postgres_data:/var/lib/postgresql/data"

Expand Down

0 comments on commit 127ba18

Please sign in to comment.