We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e22bf commit 28852b5Copy full SHA for 28852b5
docker-compose.dev.yml
@@ -2,7 +2,7 @@ version: '3.8'
2
3
services:
4
db:
5
- image: postgres:13.2-alpine
+ image: postgres:13.20-alpine
6
ports:
7
- "5432:5432"
8
env_file:
docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
max-file: "10"
23
24
postgres:
25
26
container_name: todo-bot-postgres
27
environment:
28
- POSTGRES_USER=postgres
0 commit comments