Pinned postgres version to 16.4
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
container_name: postgres-dev
|
container_name: postgres-dev
|
||||||
image: postgres
|
image: postgres:16.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./dev/pgdata:/var/lib/postgresql/data
|
- ./dev/pgdata:/var/lib/postgresql/data
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
pull_policy: always
|
pull_policy: always
|
||||||
db:
|
db:
|
||||||
container_name: illegitimate-postgres
|
container_name: illegitimate-postgres
|
||||||
image: postgres
|
image: postgres:16.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
|
|||||||
Reference in New Issue
Block a user