Update postgres Docker tag to v17
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- 4242:4242
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=quassel
|
||||
|
@@ -22,7 +22,7 @@ services:
|
||||
- traefik
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=synapse
|
||||
|
@@ -53,7 +53,7 @@ services:
|
||||
- app
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
||||
|
@@ -35,7 +35,7 @@ services:
|
||||
- /mnt/speed/dbs/redis/wallabag:/data
|
||||
|
||||
db:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:17-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/speed/dbs/postgres/wallabag/:/var/lib/postgresql/data
|
||||
|
Reference in New Issue
Block a user