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 1a366c8 commit 1e87f0fCopy full SHA for 1e87f0f
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
depends_on:
18
- db
19
db:
20
- image: postgres:12-alpine
+ image: postgres:14-alpine
21
ports:
22
# Port 5435 might be handy for loading trac.sql from the djangoproject.com repo
23
- 5435:5432
0 commit comments