We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28b7af commit 793afcfCopy full SHA for 793afcf
src/development/stack.yml
@@ -78,7 +78,7 @@ services:
78
environment:
79
POSTGRES_DB: drinks
80
POSTGRES_PASSWORD: postgres
81
- image: postgres:18.1-alpine@sha256:eca6fb2d91fda290eb8cfb8ba53dd0dcbf3508a08011e30adb039ea7c8e1e9f2
+ image: postgres:18.1-alpine@sha256:b5f0dfb46e028c156ff4e3dd2908fdf3474e6bd7837902d0e0151e4e30ad711f
82
volumes:
83
- postgres-data:/var/lib/postgresql
84
- ../production/data/postgres/01-schema.sql:/docker-entrypoint-initdb.d/01-schema.sql
0 commit comments