File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: "3.8"
7
7
services :
8
8
# Database (Postgres)
9
9
postgres :
10
- image : postgres:15 -alpine
10
+ image : postgres:16 -alpine
11
11
restart : unless-stopped
12
12
ports :
13
13
- ${POSTGRES_PORT:-5432}:5432
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: "3.8"
6
6
services :
7
7
# Database (Postgres)
8
8
postgres :
9
- image : postgres:15 -alpine
9
+ image : postgres:16 -alpine
10
10
restart : unless-stopped
11
11
volumes :
12
12
- postgres_data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: "3.8"
7
7
services :
8
8
# Database (Postgres)
9
9
postgres :
10
- image : postgres:15 -alpine
10
+ image : postgres:16 -alpine
11
11
restart : unless-stopped
12
12
volumes :
13
13
- postgres_data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: "3.8"
7
7
services :
8
8
# Database (Postgres)
9
9
postgres :
10
- image : postgres:15 -alpine
10
+ image : postgres:16 -alpine
11
11
networks :
12
12
- reactive_resume_network
13
13
volumes :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: "3.8"
8
8
services :
9
9
# Database (Postgres)
10
10
postgres :
11
- image : postgres:15 -alpine
11
+ image : postgres:16 -alpine
12
12
restart : unless-stopped
13
13
volumes :
14
14
- postgres_data:/var/lib/postgresql/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: "3.8"
8
8
services :
9
9
# Database (Postgres)
10
10
postgres :
11
- image : postgres:15 -alpine
11
+ image : postgres:16 -alpine
12
12
restart : unless-stopped
13
13
volumes :
14
14
- postgres_data:/var/lib/postgresql/data
You can’t perform that action at this time.
0 commit comments