Update peertube/docker-compose.yml
This commit is contained in:
@@ -26,7 +26,7 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
device: /mnt/apple/peertube/postgres
|
device: /mnt/apple/peertube/postgresql
|
||||||
redis:
|
redis:
|
||||||
driver: local
|
driver: local
|
||||||
driver_opts:
|
driver_opts:
|
||||||
@@ -77,7 +77,8 @@ services:
|
|||||||
restart: "always"
|
restart: "always"
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:17-alpine
|
# image: postgres:17-alpine
|
||||||
|
image: postgres:13-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: YOUR_POSTGRES_PASSWORD
|
POSTGRES_PASSWORD: YOUR_POSTGRES_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user