diff --git a/compose.yml b/compose.yml index 3f80543..4db1880 100644 --- a/compose.yml +++ b/compose.yml @@ -48,7 +48,6 @@ services: app: image: chocobozzz/peertube:v4.3.0-bullseye - user: peertube environment: - PEERTUBE_ADMIN_EMAIL - PEERTUBE_CONTACT_FORM_ENABLED @@ -76,7 +75,7 @@ services: - source: app_entrypoint target: /docker-entrypoint.sh mode: 0555 - command: npm start + command: node dist/server healthcheck: test: curl -f http://localhost:9000/v1/api/ping || exit 1 interval: 10s