diff --git a/ente/config.json b/ente/config.json index 110f74be7..11d450140 100644 --- a/ente/config.json +++ b/ente/config.json @@ -16,12 +16,12 @@ "ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]", "MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_USER": "minioadmin", + "PGDATA": "/config/postgres", "PGID": "0", "PUID": "0", "S3_BUCKET": "ente-media", "S3_ENDPOINT": "http://localhost:3200", - "TZ": "Europe/Paris", - "PGDATA": "/config/postgres" + "TZ": "Europe/Paris" }, "hassio_api": true, "image": "ghcr.io/alexbelgium/ente-{arch}", diff --git a/ente/rootfs/etc/cont-init.d/99-run.sh b/ente/rootfs/etc/cont-init.d/99-run.sh old mode 100644 new mode 100755 diff --git a/ente/rootfs/etc/services.d/02-museum/run b/ente/rootfs/etc/services.d/02-museum/run old mode 100644 new mode 100755 diff --git a/ente/rootfs/etc/services.d/03-web/run b/ente/rootfs/etc/services.d/03-web/run old mode 100644 new mode 100755