Update peertube/docker-compose.yml

This commit is contained in:
2026-01-27 18:46:18 -07:00
parent b703025d4c
commit e79e0f35de
+3 -2
View File
@@ -26,7 +26,7 @@ volumes:
driver_opts:
type: none
o: bind
device: /mnt/apple/peertube/postgres
device: /mnt/apple/peertube/postgresql
redis:
driver: local
driver_opts:
@@ -77,7 +77,8 @@ services:
restart: "always"
postgres:
image: postgres:17-alpine
# image: postgres:17-alpine
image: postgres:13-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: YOUR_POSTGRES_PASSWORD