From 3687802f121052a1e9875a0ca70e76ecbae2bffa Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 13 Oct 2022 09:21:10 +0200 Subject: [PATCH] fix: user correct start / user See https://github.com/Chocobozzz/PeerTube/issues/5302#issuecomment-1260521964 --- compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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