Update peertube/docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user