Skip to content

Commit 1f151e2

Browse files
Rename volume to postgres18-data to avoid v17 data directory conflicts
Agent-Logs-Url: https://github.com/hackclub/hackathons-backend/sessions/eb3d4ab1-0b40-4b20-80fc-db19777bbda6 Co-authored-by: northeastprince <55164724+northeastprince@users.noreply.github.com>
1 parent b50bd55 commit 1f151e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
POSTGRES_DB: hackathons_test
1212
POSTGRES_HOST_AUTH_METHOD: trust
1313
volumes:
14-
- postgres-data:/var/lib/postgresql/data
14+
- postgres18-data:/var/lib/postgresql/data
1515

1616
volumes:
17-
postgres-data: {}
17+
postgres18-data: {}

0 commit comments

Comments
 (0)