We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7354453 commit f3437a2Copy full SHA for f3437a2
docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.8"
3
4
services:
5
postgres:
6
- image: postgres:15.3-alpine3.18
+ image: postgres:16.3-alpine3.18
7
command: postgres -c 'max_connections=1000'
8
environment:
9
POSTGRES_DB: postgres
@@ -45,7 +45,7 @@ services:
45
- ./migrations:/migrations:ro
46
47
migrate:
48
49
command: echo 'All migrations have been successfully applied!'
50
depends_on:
51
0 commit comments