Skip to content

Commit 52634c6

Browse files
Update PostgreSQL image to latest and adjust volume path for data persistence
1 parent d7bb100 commit 52634c6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ruby-rails-postgres/.devcontainer/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ services:
3030
# (Adding the "ports" property to this file will not forward from a Codespace.)
3131

3232
db:
33-
# Use PostgreSQL 16 Alpine for stability and smaller image size
34-
# Pinned version avoids PostgreSQL 18+ compatibility issues with data directory format
3533
image: postgres:latest
3634
restart: unless-stopped
3735
networks:

0 commit comments

Comments
 (0)