Skip to content

Commit b51299f

Browse files
authored
Merge pull request #545 from python-discord/docker-compose/postgres-13
Docker-compose: upgrade to postgres 13
2 parents 9170536 + f23f1ce commit b51299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
version: "3.6"
1212
services:
1313
postgres:
14-
image: postgres:12-alpine
14+
image: postgres:13-alpine
1515
ports:
1616
- "127.0.0.1:7777:5432"
1717
environment:

0 commit comments

Comments
 (0)