mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 22:53:57 +02:00
pin postgres to version 17 in example docker-compose files
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
# Image folder
|
||||
- ./images/:/data/images/
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgres:17
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./postgres:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user