Skip to content

Commit f9cdc8b

Browse files
authored
Change PostgreSQL image version to 15-alpine
1 parent c337f5e commit f9cdc8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/podman-quadlets/audiomuse-postgres.container

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=https://neptunehub.github.io/AudioMuse-AI/
44

55
[Container]
66
ContainerName=audiomuse-postgres
7-
Image=docker.io/postgres:17-alpine
7+
Image=docker.io/postgres:15-alpine
88
Pod=audiomuse.pod
99
Volume=audiomuse-postgres-data:/var/lib/postgresql/data:U
1010
AutoUpdate=registry
@@ -21,4 +21,4 @@ HealthStartPeriod=60s
2121
HealthOnFailure=kill
2222

2323
[Service]
24-
Restart=always
24+
Restart=always

0 commit comments

Comments
 (0)