mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
pin postgres to version 17 in example docker-compose files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgres:17
|
||||
restart: unless-stopped
|
||||
container_name: postgres
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user