Docker compose: pin postgres version
This commit is contained in:
parent
870ea05911
commit
b619874a81
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:17
|
||||||
container_name: camarades-postgres
|
container_name: camarades-postgres
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5432:5432"
|
- "127.0.0.1:5432:5432"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue