We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2c406 commit 019618eCopy full SHA for 019618e
docker-compose.yml
@@ -17,7 +17,7 @@ services:
17
depends_on:
18
- db
19
db:
20
- image: postgres:10-alpine
+ image: postgres:12-alpine
21
ports:
22
# Port 5435 might be handy for loading trac.sql from the djangoproject.com repo
23
- 5435:5432
0 commit comments