We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efeb2f commit 8a4b5fbCopy full SHA for 8a4b5fb
docker-compose/docker-compose.yaml
@@ -2,7 +2,7 @@ version: "3"
2
3
services:
4
db:
5
- image: postgres:15-alpine
+ image: postgres:17-alpine
6
restart: unless-stopped
7
environment:
8
POSTGRES_DB: defguard
@@ -14,7 +14,7 @@ services:
14
# - "5432:5432"
15
16
# caddy: # [PROXY]
17
- # image: caddy:2.7-alpine # [PROXY]
+ # image: caddy:2-alpine # [PROXY]
18
# restart: unless-stopped # [PROXY]
19
# volumes: # [PROXY]
20
# - ${VOLUME_DIR:-./.volumes}/caddy/data:/data # [PROXY]
0 commit comments