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 ad4342b commit 829234fCopy full SHA for 829234f
.devcontainer/docker-compose.yaml
@@ -8,7 +8,7 @@ services:
8
command: sleep infinity
9
10
db:
11
- image: postgres:17.0-alpine
+ image: postgres:17.2-alpine
12
volumes:
13
- db-data:/var/lib/postgresql/data
14
environment:
examples/public/docker-compose.yaml
@@ -60,7 +60,7 @@ services:
60
- "traefik.http.services.backend-http-service.loadbalancer.server.port=3000"
61
62
database:
63
64
restart: unless-stopped
65
66
- database:/var/lib/postgresql/data
0 commit comments