Skip to content

Commit

Permalink
Fix wrong env var name in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Nov 15, 2024
1 parent 694c4fc commit 1255b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- POSTGRES_PASSWORD=${DB_ADMIN_PASS}
- POSTGRES_DB=${DB_DATABASE}
- PORT=5432
- PGDATA=${PG_DATA}/${PG_VERSION}
- PGDATA=${PG_DATA}/${POSTGRES_VERSION}
networks:
- sims-network
volumes:
Expand Down

0 comments on commit 1255b40

Please sign in to comment.