diff --git a/peertube/docker-compose.yml b/peertube/docker-compose.yml index 905635d..ad28cc4 100644 --- a/peertube/docker-compose.yml +++ b/peertube/docker-compose.yml @@ -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