We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker-compose.yml
1 parent 6cd6d9a commit 5b588bfCopy full SHA for 5b588bf
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
environment:
12
- PHOENIX_SQL_DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres
13
db:
14
- image: postgres
+ image: postgres:16
15
restart: always
16
17
- POSTGRES_USER=postgres
0 commit comments