Skip to content

Commit 8a4b5fb

Browse files
authored
Modernize (#109)
Changes - Update copyright information - Remove some bashism - Re-format with shfmt - Update image tags for PostgreSQL and Caddy
1 parent 3efeb2f commit 8a4b5fb

File tree

2 files changed

+212
-213
lines changed

2 files changed

+212
-213
lines changed

docker-compose/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
db:
5-
image: postgres:15-alpine
5+
image: postgres:17-alpine
66
restart: unless-stopped
77
environment:
88
POSTGRES_DB: defguard
@@ -14,7 +14,7 @@ services:
1414
# - "5432:5432"
1515

1616
# caddy: # [PROXY]
17-
# image: caddy:2.7-alpine # [PROXY]
17+
# image: caddy:2-alpine # [PROXY]
1818
# restart: unless-stopped # [PROXY]
1919
# volumes: # [PROXY]
2020
# - ${VOLUME_DIR:-./.volumes}/caddy/data:/data # [PROXY]

0 commit comments

Comments
 (0)