Skip to content

Commit

Permalink
Use postgres:latest
Browse files Browse the repository at this point in the history
see EC-CUBE#1018 (comment)
PostgreSQL の下位互換性は優れているため、 `postgres:latest` を指定して
もほぼ問題ない。
latest とすることで、メジャーバージョンアップで何か問題が発生した場合
に迅速に検知可能。
  • Loading branch information
nanasess committed Oct 17, 2024
1 parent cdefe2a commit 7cbb37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
PASSWORD_HASH_ALGOS: sha256

postgres:
image: postgres:16
image: postgres:latest
environment:
- TZ=Asia/Tokyo
- POSTGRES_DB=eccube_db
Expand Down

0 comments on commit 7cbb37d

Please sign in to comment.